|
||||||||||
| 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. |
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. |
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 DriverConfigurationServicectx - public void destroy()
destroy in interface DriverConfigurationServicepublic java.lang.String getPortalName()
PropertyConfigService
getPortalName in interface PropertyConfigServicepublic java.lang.String getPortalVersion()
PropertyConfigService
getPortalVersion in interface PropertyConfigServicepublic java.lang.String getContainerName()
PropertyConfigService
getContainerName in interface PropertyConfigServicepublic java.util.Set getSupportedPortletModes()
PropertyConfigServicePortletMode.VIEW,
PortletMode.EDIT, and
PortletMode.HELP
getSupportedPortletModes in interface PropertyConfigServicepublic java.util.Set getSupportedWindowStates()
PropertyConfigServiceWindowState.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 | |||||||||