public class PortalDriverServicesImpl extends Object implements org.apache.pluto.container.driver.RequiredContainerServices, org.apache.pluto.container.driver.OptionalContainerServices, org.apache.pluto.container.driver.PortalDriverServices
| Constructor and Description |
|---|
PortalDriverServicesImpl(javax.portlet.PortalContext context,
org.apache.pluto.container.PortletRequestContextService portletRequestContextService,
org.apache.pluto.container.EventCoordinationService eventCoordinationService,
org.apache.pluto.container.FilterManagerService filterManagerService,
org.apache.pluto.container.PortletURLListenerService portletURLListenerService)
Constructor for just passing in the required services.
|
PortalDriverServicesImpl(javax.portlet.PortalContext context,
org.apache.pluto.container.PortletRequestContextService portletRequestContextService,
org.apache.pluto.container.EventCoordinationService eventCoordinationService,
org.apache.pluto.container.FilterManagerService filterManagerService,
org.apache.pluto.container.PortletURLListenerService portletURLListenerService,
org.apache.pluto.container.driver.OptionalContainerServices optionalServices)
Constructor for passing in the required services and optional container services.
|
PortalDriverServicesImpl(javax.portlet.PortalContext context,
org.apache.pluto.container.PortletRequestContextService portletRequestContextService,
org.apache.pluto.container.EventCoordinationService eventCoordinationService,
org.apache.pluto.container.FilterManagerService filterManagerService,
org.apache.pluto.container.PortletURLListenerService portletURLListenerService,
org.apache.pluto.container.driver.OptionalContainerServices optionalServices,
org.apache.pluto.container.driver.PortletContextService portletContextService,
org.apache.pluto.container.driver.PortletRegistryService portletRegistryService,
org.apache.pluto.container.driver.PortalAdministrationService portalAdministrationService)
Constructor for passing in the required services and optional container services.
|
PortalDriverServicesImpl(org.apache.pluto.container.driver.RequiredContainerServices required,
org.apache.pluto.container.driver.OptionalContainerServices optional)
Constructor
|
PortalDriverServicesImpl(org.apache.pluto.container.driver.RequiredContainerServices required,
org.apache.pluto.container.driver.OptionalContainerServices optional,
org.apache.pluto.container.driver.PortletContextService portletContextService)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createDefaultServicesIfNeeded() |
org.apache.pluto.container.CCPPProfileService |
getCcppProfileService() |
org.apache.pluto.container.CCPPProfileService |
getCCPPProfileService() |
org.apache.pluto.container.EventCoordinationService |
getEventCoordinationService() |
org.apache.pluto.container.FilterManagerService |
getFilterManagerService() |
org.apache.pluto.container.NamespaceMapper |
getNamespaceMapper() |
org.apache.pluto.container.driver.PortalAdministrationService |
getPortalAdministrationService() |
javax.portlet.PortalContext |
getPortalContext() |
org.apache.pluto.container.driver.PortletContextService |
getPortletContextService() |
org.apache.pluto.container.PortletEnvironmentService |
getPortletEnvironmentService() |
org.apache.pluto.container.PortletInvokerService |
getPortletInvokerService() |
org.apache.pluto.container.PortletPreferencesService |
getPortletPreferencesService()
The PortletPreferencesService provides access to the portal's
PortletPreference persistence mechanism.
|
org.apache.pluto.container.driver.PortletRegistryService |
getPortletRegistryService()
Returns null to use pluto's default
|
org.apache.pluto.container.PortletRequestContextService |
getPortletRequestContextService() |
org.apache.pluto.container.PortletURLListenerService |
getPortletURLListenerService() |
org.apache.pluto.container.RequestDispatcherService |
getRequestDispatcherService() |
org.apache.pluto.container.UserInfoService |
getUserInfoService() |
void |
setPortletContextService(org.apache.pluto.container.driver.PortletContextService portletContextService) |
public PortalDriverServicesImpl(javax.portlet.PortalContext context,
org.apache.pluto.container.PortletRequestContextService portletRequestContextService,
org.apache.pluto.container.EventCoordinationService eventCoordinationService,
org.apache.pluto.container.FilterManagerService filterManagerService,
org.apache.pluto.container.PortletURLListenerService portletURLListenerService)
context - portletRequestContextService - eventCoordinationService - filterManagerService - portletURLListenerService - public PortalDriverServicesImpl(javax.portlet.PortalContext context,
org.apache.pluto.container.PortletRequestContextService portletRequestContextService,
org.apache.pluto.container.EventCoordinationService eventCoordinationService,
org.apache.pluto.container.FilterManagerService filterManagerService,
org.apache.pluto.container.PortletURLListenerService portletURLListenerService,
org.apache.pluto.container.driver.OptionalContainerServices optionalServices)
context - portletRequestContextService - eventCoordinationService - filterManagerService - portletURLListenerService - optionalServices - Optional services (if this is null, default services are used)public PortalDriverServicesImpl(javax.portlet.PortalContext context,
org.apache.pluto.container.PortletRequestContextService portletRequestContextService,
org.apache.pluto.container.EventCoordinationService eventCoordinationService,
org.apache.pluto.container.FilterManagerService filterManagerService,
org.apache.pluto.container.PortletURLListenerService portletURLListenerService,
org.apache.pluto.container.driver.OptionalContainerServices optionalServices,
org.apache.pluto.container.driver.PortletContextService portletContextService,
org.apache.pluto.container.driver.PortletRegistryService portletRegistryService,
org.apache.pluto.container.driver.PortalAdministrationService portalAdministrationService)
context - portletRequestContextService - eventCoordinationService - filterManagerService - portletURLListenerService - optionalServices - Optional services (if this is null, default services are used)public PortalDriverServicesImpl(org.apache.pluto.container.driver.RequiredContainerServices required,
org.apache.pluto.container.driver.OptionalContainerServices optional)
required - optional - Optional services (if this is null, default services are used)public PortalDriverServicesImpl(org.apache.pluto.container.driver.RequiredContainerServices required,
org.apache.pluto.container.driver.OptionalContainerServices optional,
org.apache.pluto.container.driver.PortletContextService portletContextService)
required - optional - Optional services (if this is null, default services are used)protected void createDefaultServicesIfNeeded()
public javax.portlet.PortalContext getPortalContext()
getPortalContext in interface org.apache.pluto.container.ContainerServicesgetPortalContext in interface org.apache.pluto.container.driver.RequiredContainerServicesContainerServices.getPortalContext()public org.apache.pluto.container.PortletPreferencesService getPortletPreferencesService()
getPortletPreferencesService in interface org.apache.pluto.container.ContainerServicesgetPortletPreferencesService in interface org.apache.pluto.container.driver.OptionalContainerServicespublic org.apache.pluto.container.driver.PortletRegistryService getPortletRegistryService()
getPortletRegistryService in interface org.apache.pluto.container.driver.PortalDriverContainerServicespublic org.apache.pluto.container.driver.PortletContextService getPortletContextService()
getPortletContextService in interface org.apache.pluto.container.driver.PortalDriverContainerServicespublic void setPortletContextService(org.apache.pluto.container.driver.PortletContextService portletContextService)
public org.apache.pluto.container.PortletRequestContextService getPortletRequestContextService()
getPortletRequestContextService in interface org.apache.pluto.container.ContainerServicesgetPortletRequestContextService in interface org.apache.pluto.container.driver.RequiredContainerServicespublic org.apache.pluto.container.PortletEnvironmentService getPortletEnvironmentService()
getPortletEnvironmentService in interface org.apache.pluto.container.ContainerServicesgetPortletEnvironmentService in interface org.apache.pluto.container.driver.OptionalContainerServicespublic org.apache.pluto.container.PortletInvokerService getPortletInvokerService()
getPortletInvokerService in interface org.apache.pluto.container.ContainerServicesgetPortletInvokerService in interface org.apache.pluto.container.driver.OptionalContainerServicespublic org.apache.pluto.container.CCPPProfileService getCCPPProfileService()
getCCPPProfileService in interface org.apache.pluto.container.ContainerServicesgetCCPPProfileService in interface org.apache.pluto.container.driver.OptionalContainerServicespublic org.apache.pluto.container.driver.PortalAdministrationService getPortalAdministrationService()
getPortalAdministrationService in interface org.apache.pluto.container.driver.PortalDriverContainerServicespublic org.apache.pluto.container.UserInfoService getUserInfoService()
getUserInfoService in interface org.apache.pluto.container.ContainerServicesgetUserInfoService in interface org.apache.pluto.container.driver.OptionalContainerServicespublic org.apache.pluto.container.NamespaceMapper getNamespaceMapper()
getNamespaceMapper in interface org.apache.pluto.container.ContainerServicesgetNamespaceMapper in interface org.apache.pluto.container.driver.OptionalContainerServicespublic org.apache.pluto.container.CCPPProfileService getCcppProfileService()
public org.apache.pluto.container.EventCoordinationService getEventCoordinationService()
getEventCoordinationService in interface org.apache.pluto.container.ContainerServicesgetEventCoordinationService in interface org.apache.pluto.container.driver.RequiredContainerServicespublic org.apache.pluto.container.FilterManagerService getFilterManagerService()
getFilterManagerService in interface org.apache.pluto.container.ContainerServicesgetFilterManagerService in interface org.apache.pluto.container.driver.RequiredContainerServicespublic org.apache.pluto.container.PortletURLListenerService getPortletURLListenerService()
getPortletURLListenerService in interface org.apache.pluto.container.ContainerServicesgetPortletURLListenerService in interface org.apache.pluto.container.driver.RequiredContainerServicespublic org.apache.pluto.container.RequestDispatcherService getRequestDispatcherService()
getRequestDispatcherService in interface org.apache.pluto.container.ContainerServicesgetRequestDispatcherService in interface org.apache.pluto.container.driver.OptionalContainerServicesCopyright © 2016 Mairie de Paris. All Rights Reserved.