|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RenderConfigService
Service interface defining methods necessary for a provider wishing to manage page administration.
| Method Summary | |
|---|---|
void |
addPage(PageConfig pageConfig)
|
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. |
void |
removePage(PageConfig pageConfig)
|
| Methods inherited from interface org.apache.pluto.driver.services.portal.DriverConfigurationService |
|---|
destroy, init |
| Method Detail |
|---|
java.util.List getPages()
PageConfig getDefaultPage()
PageConfig getPage(java.lang.String id)
id -
void addPage(PageConfig pageConfig)
void removePage(PageConfig pageConfig)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||