org.apache.pluto.driver.services.portal
Interface PropertyConfigService

All Superinterfaces:
DriverConfigurationService
All Known Implementing Classes:
PropertyConfigServiceImpl

public interface PropertyConfigService
extends DriverConfigurationService

Service interface which defines the methods required for a provider wishing to provide property management.

Since:
Aug 10, 2005

Method Summary
 java.lang.String getContainerName()
          Unique name of the Portlet Container used to service this portal instance.
 java.lang.String getPortalName()
          Name of the portal driver.
 java.lang.String getPortalVersion()
          Portal driver version.
 java.util.Set getSupportedPortletModes()
          Set of unique Portlet Modes.
 java.util.Set getSupportedWindowStates()
          Set of unique Window States.
 
Methods inherited from interface org.apache.pluto.driver.services.portal.DriverConfigurationService
destroy, init
 

Method Detail

getPortalName

java.lang.String getPortalName()
Name of the portal driver.

Returns:
the name of this portal implementation

getPortalVersion

java.lang.String getPortalVersion()
Portal driver version.

Returns:
version information

getContainerName

java.lang.String getContainerName()
Unique name of the Portlet Container used to service this portal instance.

Returns:
container name

getSupportedPortletModes

java.util.Set getSupportedPortletModes()
Set of unique Portlet Modes. The set must include PortletMode.VIEW, PortletMode.EDIT, and PortletMode.HELP

Returns:
set of unique portlet modes.

getSupportedWindowStates

java.util.Set getSupportedWindowStates()
Set of unique Window States. The set must include: WindowState.NORMAL, WindowState.MAXIMIZED, and WindowState.MINIMIZED

Returns:
set of unique window states.


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.