public interface OptionalContainerServices
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.
| Modifier and Type | Method and Description |
|---|---|
org.apache.pluto.container.CCPPProfileService |
getCCPPProfileService()
Returns the CC/PP profile service implementation
|
org.apache.pluto.container.NamespaceMapper |
getNamespaceMapper()
Returns the NamespaceMapper used to retrieve the Portal
specific PortletWindow namespace and encoding/decoding
of PortletWindow parameters in a PortalURL
|
org.apache.pluto.container.PortletEnvironmentService |
getPortletEnvironmentService()
Returns the environment services implementation
used by the container.
|
org.apache.pluto.container.PortletInvokerService |
getPortletInvokerService()
Returns an invoker for the specified PortletWindow.
|
org.apache.pluto.container.PortletPreferencesService |
getPortletPreferencesService()
Returns the portlet preferences service implementation
used by the container.
|
org.apache.pluto.container.RequestDispatcherService |
getRequestDispatcherService()
Returns the RequestDispatcherService
|
org.apache.pluto.container.UserInfoService |
getUserInfoService()
Returns the user info service implementation used
by the container.
|
org.apache.pluto.container.PortletPreferencesService getPortletPreferencesService()
org.apache.pluto.container.PortletEnvironmentService getPortletEnvironmentService()
org.apache.pluto.container.PortletInvokerService getPortletInvokerService()
org.apache.pluto.container.UserInfoService getUserInfoService()
org.apache.pluto.container.NamespaceMapper getNamespaceMapper()
org.apache.pluto.container.CCPPProfileService getCCPPProfileService()
org.apache.pluto.container.RequestDispatcherService getRequestDispatcherService()
Copyright © 2003-2019 The Apache Software Foundation. All Rights Reserved.