|
||||||||||
| 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.RenderConfigServiceImpl
public class RenderConfigServiceImpl
Default implementation of all of the portal Services.
Utilizes resource configuration from
pluto-portal-driver-config.xml
| Constructor Summary | |
|---|---|
RenderConfigServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
addPage(PageConfig pageConfig)
|
void |
destroy()
Shutdown the ResourceService. |
java.lang.String |
getContainerName()
|
PageConfig |
getDefaultPage()
Retrieve the PageConfig for the default page. |
PageConfig |
getPage(java.lang.String id)
Retrieve the PageConfig for the given page id. |
java.util.List |
getPages()
Retrieve an ordered list of all PageConfig instances. |
java.lang.String |
getPortalName()
|
java.lang.String |
getPortalVersion()
|
java.util.Set |
getSupportedPortletModes()
|
java.util.Set |
getSupportedWindowStates()
|
void |
init(javax.servlet.ServletContext ctx)
Initialization Lifecycle Method |
void |
removePage(PageConfig pageConfig)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenderConfigServiceImpl()
| Method Detail |
|---|
public void init(javax.servlet.ServletContext ctx)
init in interface DriverConfigurationServicectx - public void destroy()
destroy in interface DriverConfigurationServicepublic java.lang.String getPortalName()
public java.lang.String getPortalVersion()
public java.lang.String getContainerName()
public java.util.Set getSupportedPortletModes()
public java.util.Set getSupportedWindowStates()
public java.util.List getPages()
RenderConfigService
getPages in interface RenderConfigServicepublic PageConfig getDefaultPage()
RenderConfigService
getDefaultPage in interface RenderConfigServicepublic PageConfig getPage(java.lang.String id)
RenderConfigService
getPage in interface RenderConfigServicepublic void addPage(PageConfig pageConfig)
addPage in interface RenderConfigAdminServiceaddPage in interface RenderConfigServicepublic void removePage(PageConfig pageConfig)
removePage in interface RenderConfigService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||