|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DriverConfiguration
Interface defining a means for retrieving driver services based upon configuration information. Within the portal, an implementation of this interface should be bound to the portal's ServletContext.
Method Detail |
---|
void init(javax.servlet.ServletContext context) throws DriverConfigurationException
context
-
DriverConfigurationException
- when an error occurs during startup.void destroy() throws DriverConfigurationException
DriverConfigurationException
- when an error occurs during shutdown.String getPortalName()
PortalContext.getPortalInfo()
String getPortalVersion()
PortalContext.getPortalInfo()
String getContainerName()
Collection getSupportedPortletModes()
Collection getSupportedWindowStates()
Collection getPages()
PageConfig getPageConfig(String pageId)
boolean isPortletModeSupportedByPortal(String mode)
boolean isPortletModeSupportedByPortlet(String portletId, String mode)
boolean isPortletModeSupported(String portletId, String mode)
boolean isWindowStateSupportedByPortal(String windowState)
boolean isWindowStateSupportedByPortlet(String portletId, String windowState)
boolean isWindowStateSupported(String portletId, String windowState)
PortalCallbackService getPortalCallbackService()
PortletPreferencesService getPortletPreferencesService()
PortalURLParser getPortalUrlParser()
RenderConfigService getRenderConfigService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |