|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.driver.config.impl.DriverConfigurationImpl
public class DriverConfigurationImpl
Encapsulation of the Pluto Driver ResourceConfig.
Constructor Summary | |
---|---|
DriverConfigurationImpl(PortalURLParser portalUrlParser,
PropertyConfigService propertyService,
RenderConfigService renderService,
SupportedModesService supportedModesService,
SupportedWindowStateService supportedWindowStateService,
PortalCallbackService portalCallback)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DriverConfigurationImpl(PortalURLParser portalUrlParser, PropertyConfigService propertyService, RenderConfigService renderService, SupportedModesService supportedModesService, SupportedWindowStateService supportedWindowStateService, PortalCallbackService portalCallback)
Method Detail |
---|
public String getPortalName()
getPortalName
in interface DriverConfiguration
public String getPortalVersion()
getPortalVersion
in interface DriverConfiguration
public String getContainerName()
getContainerName
in interface DriverConfiguration
public Collection getSupportedPortletModes()
getSupportedPortletModes
in interface DriverConfiguration
public Collection getSupportedWindowStates()
getSupportedWindowStates
in interface DriverConfiguration
public Collection getPages()
getPages
in interface DriverConfiguration
public PageConfig getPageConfig(String pageId)
getPageConfig
in interface DriverConfiguration
public boolean isPortletModeSupportedByPortal(String mode)
isPortletModeSupportedByPortal
in interface DriverConfiguration
public boolean isPortletModeSupportedByPortlet(String portletId, String mode)
isPortletModeSupportedByPortlet
in interface DriverConfiguration
public boolean isPortletModeSupported(String portletId, String mode)
isPortletModeSupported
in interface DriverConfiguration
public void init(javax.servlet.ServletContext context)
DriverConfiguration
init
in interface DriverConfiguration
public void destroy()
DriverConfiguration
destroy
in interface DriverConfiguration
public PortalURLParser getPortalUrlParser()
getPortalUrlParser
in interface DriverConfiguration
public void setPortalUrlParser(PortalURLParser portalUrlParser)
public PortalCallbackService getPortalCallbackService()
getPortalCallbackService
in interface DriverConfiguration
public void setPortalCallbackService(PortalCallbackService portalCallbackService)
public PortletPreferencesService getPortletPreferencesService()
getPortletPreferencesService
in interface DriverConfiguration
public void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
public boolean isWindowStateSupported(String portletId, String windowState)
isWindowStateSupported
in interface DriverConfiguration
public boolean isWindowStateSupportedByPortal(String windowState)
isWindowStateSupportedByPortal
in interface DriverConfiguration
public boolean isWindowStateSupportedByPortlet(String portletId, String windowState)
isWindowStateSupportedByPortlet
in interface DriverConfiguration
public RenderConfigService getRenderConfigService()
getRenderConfigService
in interface DriverConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |