|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyConfigService
Service interface which defines the methods required for a provider wishing to provide property management.
Method Summary | |
---|---|
String |
getContainerName()
Unique name of the Portlet Container used to service this portal instance. |
String |
getPortalName()
Name of the portal driver. |
String |
getPortalVersion()
Portal driver version. |
Set |
getSupportedPortletModes()
Set of unique Portlet Modes. |
Set |
getSupportedWindowStates()
Set of unique Window States. |
Methods inherited from interface org.apache.pluto.driver.services.portal.DriverConfigurationService |
---|
destroy, init |
Method Detail |
---|
String getPortalName()
String getPortalVersion()
String getContainerName()
Set getSupportedPortletModes()
PortletMode.VIEW
,
PortletMode.EDIT
, and
PortletMode.HELP
Set getSupportedWindowStates()
WindowState.NORMAL
,
WindowState.MAXIMIZED
, and
WindowState.MINIMIZED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |