|
||||||||||
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 RequiredContainerServices
public PortletPreferencesService getPortletPreferencesService()
getPortletPreferencesService
in interface OptionalContainerServices
public PortalCallbackService getPortalCallbackService()
getPortalCallbackService
in interface RequiredContainerServices
public PortletRegistryService getPortletRegistryService()
getPortletRegistryService
in interface OptionalContainerServices
public PortletEnvironmentService getPortletEnvironmentService()
OptionalContainerServices
getPortletEnvironmentService
in interface OptionalContainerServices
public PortletInvokerService getPortletInvokerService()
OptionalContainerServices
getPortletInvokerService
in interface OptionalContainerServices
public CCPPProfileService getCCPPProfileService()
RequiredContainerServices
getCCPPProfileService
in interface RequiredContainerServices
public PortletInfoService getPortletInfoService()
OptionalContainerServices
getPortletInfoService
in interface OptionalContainerServices
public PortalAdministrationService getPortalAdministrationService()
OptionalContainerServices
getPortalAdministrationService
in interface OptionalContainerServices
public UserInfoService getUserInfoService()
OptionalContainerServices
getUserInfoService
in interface OptionalContainerServices
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |