| java.lang.Object org.apache.pluto.driver.config.impl.DriverConfigurationImpl
DriverConfigurationImpl | public class DriverConfigurationImpl implements DriverConfiguration(Code) | | Encapsulation of the Pluto Driver ResourceConfig.
version: 1.0 since: Sep 23, 2004 |
destroy | public void destroy()(Code) | | |
getContainerName | public String getContainerName()(Code) | | Standard Getter.
the name of the container. |
getPages | public Collection getPages()(Code) | | Standard Getter.
the render configuration. |
getPortalName | public String getPortalName()(Code) | | Standard Getter.
the name of the portal. |
getPortalVersion | public String getPortalVersion()(Code) | | Standard Getter.
the portal version. |
getSupportedPortletModes | public Collection getSupportedPortletModes()(Code) | | Standard Getter.
the names of the supported portlet modes. |
getSupportedWindowStates | public Collection getSupportedWindowStates()(Code) | | Standard Getter.
the names of the supported window states. |
isPortletModeSupported | public boolean isPortletModeSupported(String portletId, String mode)(Code) | | |
isPortletModeSupportedByPortal | public boolean isPortletModeSupportedByPortal(String mode)(Code) | | |
isPortletModeSupportedByPortlet | public boolean isPortletModeSupportedByPortlet(String portletId, String mode)(Code) | | |
isWindowStateSupported | public boolean isWindowStateSupported(String portletId, String windowState)(Code) | | |
isWindowStateSupportedByPortal | public boolean isWindowStateSupportedByPortal(String windowState)(Code) | | |
isWindowStateSupportedByPortlet | public boolean isWindowStateSupportedByPortlet(String portletId, String windowState)(Code) | | |
|
|