| org.apache.pluto.driver.config.DriverConfiguration
All known Subclasses: org.apache.pluto.driver.config.impl.DriverConfigurationImpl,
DriverConfiguration | public interface DriverConfiguration (Code) | | 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.
since: Sep 2, 2005 |
getContainerName | String getContainerName()(Code) | | Retrieves the name of the container which
pluto should create and embed.
the container name. |
getPortalName | String getPortalName()(Code) | | Retrieve the name of the portal
as should be returned in
javax.portlet.PortalContext.getPortalInfo the name of the portal. |
getPortalVersion | String getPortalVersion()(Code) | | Retrieve the version of the portal
as should be returned in
javax.portlet.PortalContext.getPortalInfo the portal version. |
isPortletModeSupported | boolean isPortletModeSupported(String portletId, String mode)(Code) | | |
isPortletModeSupportedByPortal | boolean isPortletModeSupportedByPortal(String mode)(Code) | | |
isPortletModeSupportedByPortlet | boolean isPortletModeSupportedByPortlet(String portletId, String mode)(Code) | | |
isWindowStateSupported | boolean isWindowStateSupported(String portletId, String windowState)(Code) | | |
isWindowStateSupportedByPortal | boolean isWindowStateSupportedByPortal(String windowState)(Code) | | |
isWindowStateSupportedByPortlet | boolean isWindowStateSupportedByPortlet(String portletId, String windowState)(Code) | | |
|
|