|
||||||||||
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 DriverConfigurationService
ctx
- public void destroy()
destroy
in interface DriverConfigurationService
public 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 RenderConfigService
public PageConfig getDefaultPage()
RenderConfigService
getDefaultPage
in interface RenderConfigService
public PageConfig getPage(java.lang.String id)
RenderConfigService
getPage
in interface RenderConfigService
public void addPage(PageConfig pageConfig)
addPage
in interface RenderConfigAdminService
addPage
in interface RenderConfigService
public void removePage(PageConfig pageConfig)
removePage
in interface RenderConfigService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |