|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pluto.driver.services.container.ContainerServicesImpl
public class ContainerServicesImpl
The Portal Driver's PortletContainerServices implementation. The
PortletContainerServices interface is the main integration point
between the pluto container and the surrounding portal.
| Constructor Summary | |
|---|---|
ContainerServicesImpl(PortalContextImpl context,
DriverConfiguration driverConfig,
CCPPProfileService ccppProfileService)
Default Constructor. |
|
| Method Summary | |
|---|---|
CCPPProfileService |
getCCPPProfileService()
Returns the CC/PP profile service implementation |
PortalAdministrationService |
getPortalAdministrationService()
Returns the admin service implementation used by the container. |
PortalCallbackService |
getPortalCallbackService()
The PortalCallbackService allows the container to communicate actions back to the portal. |
PortalContext |
getPortalContext()
Standard Getter. |
PortletEnvironmentService |
getPortletEnvironmentService()
Returns the environment services implementation used by the container. |
PortletInfoService |
getPortletInfoService()
Returns the portlet info service implementation used by the container. |
PortletInvokerService |
getPortletInvokerService()
Returns an invoker for the specified PortletWindow. |
PortletPreferencesService |
getPortletPreferencesService()
The PortletPreferencesService provides access to the portal's PortletPreference persistence mechanism. |
PortletRegistryService |
getPortletRegistryService()
Returns null to use pluto's default |
UserInfoService |
getUserInfoService()
Returns the user info service implementation used by the container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerServicesImpl(PortalContextImpl context,
DriverConfiguration driverConfig,
CCPPProfileService ccppProfileService)
| Method Detail |
|---|
public PortalContext getPortalContext()
getPortalContext in interface RequiredContainerServicespublic PortletPreferencesService getPortletPreferencesService()
getPortletPreferencesService in interface OptionalContainerServicespublic PortalCallbackService getPortalCallbackService()
getPortalCallbackService in interface RequiredContainerServicespublic PortletRegistryService getPortletRegistryService()
getPortletRegistryService in interface OptionalContainerServicespublic PortletEnvironmentService getPortletEnvironmentService()
OptionalContainerServices
getPortletEnvironmentService in interface OptionalContainerServicespublic PortletInvokerService getPortletInvokerService()
OptionalContainerServices
getPortletInvokerService in interface OptionalContainerServicespublic CCPPProfileService getCCPPProfileService()
RequiredContainerServices
getCCPPProfileService in interface RequiredContainerServicespublic PortletInfoService getPortletInfoService()
OptionalContainerServices
getPortletInfoService in interface OptionalContainerServicespublic PortalAdministrationService getPortalAdministrationService()
OptionalContainerServices
getPortalAdministrationService in interface OptionalContainerServicespublic UserInfoService getUserInfoService()
OptionalContainerServices
getUserInfoService in interface OptionalContainerServices
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||