org.apache.pluto.portlet.admin.services
Class PageRegistryService

java.lang.Object
  extended byorg.apache.pluto.portlet.admin.BaseAdminObject
      extended byorg.apache.pluto.portlet.admin.services.PageRegistryService

public class PageRegistryService
extends BaseAdminObject

Service concerned with pageregistry.xml persistence

Author:
Craig Doremus
See Also:
PageRegistryPortlet

Constructor Summary
PageRegistryService()
           
 
Method Summary
 void getAllPages(javax.portlet.RenderRequest req)
          Gets the pages from pageregistry.xml for the View.
 void getPage(javax.portlet.ActionRequest req)
           
 java.util.Iterator getPageRegistry()
           
 PageTO getPageVO(java.lang.String name)
           
 java.util.Map getPortletMapForSelect(java.lang.String app)
           
 void modifyPageAttributes(javax.portlet.ActionRequest req)
           
 
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
 

Constructor Detail

PageRegistryService

public PageRegistryService()
Method Detail

getPageRegistry

public java.util.Iterator getPageRegistry()

getPageVO

public PageTO getPageVO(java.lang.String name)

getAllPages

public void getAllPages(javax.portlet.RenderRequest req)
Gets the pages from pageregistry.xml for the View.

Parameters:
req -

getPage

public void getPage(javax.portlet.ActionRequest req)

modifyPageAttributes

public void modifyPageAttributes(javax.portlet.ActionRequest req)

getPortletMapForSelect

public java.util.Map getPortletMapForSelect(java.lang.String app)


Copyright © 2003-2007 . All Rights Reserved.