|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.core.DefaultOptionalContainerServices
public class DefaultOptionalContainerServices
Default Optional Container Services implementation.
Constructor Summary | |
---|---|
DefaultOptionalContainerServices()
Constructs an instance using the default portlet preferences service implementation. |
|
DefaultOptionalContainerServices(OptionalContainerServices root)
Constructs an instance using specified optional container services implementation. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultOptionalContainerServices()
public DefaultOptionalContainerServices(OptionalContainerServices root)
root
- the root optional container services implementation.Method Detail |
---|
public PortletPreferencesService getPortletPreferencesService()
OptionalContainerServices
getPortletPreferencesService
in interface OptionalContainerServices
public PortletRegistryService getPortletRegistryService()
OptionalContainerServices
getPortletRegistryService
in interface OptionalContainerServices
public PortletEnvironmentService getPortletEnvironmentService()
OptionalContainerServices
getPortletEnvironmentService
in interface OptionalContainerServices
public PortletInvokerService getPortletInvokerService()
OptionalContainerServices
getPortletInvokerService
in interface OptionalContainerServices
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 |