org.apache.pluto.portlet.admin.services
Class PageRegistryService
java.lang.Object
org.apache.pluto.portlet.admin.BaseAdminObject
org.apache.pluto.portlet.admin.services.PageRegistryService
public class PageRegistryService
- extends BaseAdminObject
Service concerned with pageregistry.xml persistence
- Author:
- Craig Doremus
- See Also:
PageRegistryPortlet
Field Summary |
private static java.lang.String |
CLASS_NAME
|
Methods inherited from class org.apache.pluto.portlet.admin.BaseAdminObject |
logDebug, logError, logError, logMethodEnd, logMethodEnd, logMethodStart, logParam, logParam, logParam, logVar, logVar, logVar, logWarn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAME
private static final java.lang.String CLASS_NAME
- See Also:
- Constant Field Values
PageRegistryService
public PageRegistryService()
getPageRegistry
public java.util.Iterator getPageRegistry()
getPageVO
public PageTO getPageVO(java.lang.String name)
getAllPages
public void getAllPages(RenderRequest req)
- Gets the pages from pageregistry.xml for the View.
- Parameters:
req
-
getPage
public void getPage(ActionRequest req)
modifyPageAttributes
public void modifyPageAttributes(ActionRequest req)
getPortletMapForSelect
public java.util.Map getPortletMapForSelect(java.lang.String app)