Class OrganizationControllerProvider
- java.lang.Object
-
- org.silverpeas.core.admin.service.OrganizationControllerProvider
-
public class OrganizationControllerProvider extends Object
A provider of OrganizationController instances. This provider uses the underlying IoD container to access the concrete implementation of the OrganisationController interface available. It is dedicated to be used by non-managed beans.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OrganizationController
getOrganisationController()
-
-
-
Method Detail
-
getOrganisationController
public static OrganizationController getOrganisationController()
-
-