|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OptionalContainerServices
Defines the services necessary for integration between the Pluto Container and a Portal.
NOTE: Backwards compatibility is not garaunteed against this interface as additional services may be needed. Please extend the DefaultOptionalContainerServices class to ensure your implementation can be used without modicications in the future.
Method Summary | |
---|---|
PortalAdministrationService |
getPortalAdministrationService()
Returns the admin service implementation used by the container. |
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()
Returns the portlet preferences service implementation used by the container. |
PortletRegistryService |
getPortletRegistryService()
Returns the portlet registry services implementation used by the container. |
UserInfoService |
getUserInfoService()
Returns the user info service implementation used by the container. |
Method Detail |
---|
PortletPreferencesService getPortletPreferencesService()
PortletEnvironmentService getPortletEnvironmentService()
PortletRegistryService getPortletRegistryService()
PortletInvokerService getPortletInvokerService()
PortletInfoService getPortletInfoService()
PortalAdministrationService getPortalAdministrationService()
UserInfoService getUserInfoService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |