|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.driver.services.impl.resource.PropertyConfigServiceImpl
public class PropertyConfigServiceImpl
Default implementation of all of the portal Services.
Utilizes resource configuration from
pluto-portal-driver-config.xml
Constructor Summary | |
---|---|
PropertyConfigServiceImpl()
|
Method Summary | |
---|---|
void |
destroy()
Shutdown the ResourceService. |
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. |
void |
init(javax.servlet.ServletContext ctx)
Initialization Lifecycle Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyConfigServiceImpl()
Method Detail |
---|
public void init(javax.servlet.ServletContext ctx)
init
in interface DriverConfigurationService
ctx
- public void destroy()
destroy
in interface DriverConfigurationService
public String getPortalName()
PropertyConfigService
getPortalName
in interface PropertyConfigService
public String getPortalVersion()
PropertyConfigService
getPortalVersion
in interface PropertyConfigService
public String getContainerName()
PropertyConfigService
getContainerName
in interface PropertyConfigService
public Set getSupportedPortletModes()
PropertyConfigService
PortletMode.VIEW
,
PortletMode.EDIT
, and
PortletMode.HELP
getSupportedPortletModes
in interface PropertyConfigService
public Set getSupportedWindowStates()
PropertyConfigService
WindowState.NORMAL
,
WindowState.MAXIMIZED
, and
WindowState.MINIMIZED
getSupportedWindowStates
in interface PropertyConfigService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |