Uses of Interface
org.apache.jetspeed.om.page.Page

Packages that use Page
org.apache.jetspeed.om.folder   
org.apache.jetspeed.om.page This package represents an Object Model for manipulating portal "pages" describing the layout process for a specific page to the aggregation engine. 
org.apache.jetspeed.page   
org.apache.jetspeed.portalsite   
 

Uses of Page in org.apache.jetspeed.om.folder
 

Methods in org.apache.jetspeed.om.folder that return Page
 Page Folder.getPage(String name)
           getPage
 

Uses of Page in org.apache.jetspeed.om.page
 

Subinterfaces of Page in org.apache.jetspeed.om.page
 interface ContentPage
          PageFragment is a volatile wrapper around a Page metadata object for use in rendering.
 

Uses of Page in org.apache.jetspeed.page
 

Methods in org.apache.jetspeed.page that return Page
 Page PageManager.newPage(String path)
          Creates a new empty Page instance
 Page PageManager.getPage(String id)
           getPage
 Page PageManager.clonePage(Page source, String path)
          Clone the source page creating and returning a new cloned page with the same portlet and fragment collection as the source All fragments are created with new fragment ids
 

Methods in org.apache.jetspeed.page with parameters of type Page
 void PageManager.updatePage(Page page)
          Update a page in persistent storage
 void PageManager.removePage(Page page)
          Remove a document.
 Page PageManager.clonePage(Page source, String path)
          Clone the source page creating and returning a new cloned page with the same portlet and fragment collection as the source All fragments are created with new fragment ids
 

Uses of Page in org.apache.jetspeed.portalsite
 

Methods in org.apache.jetspeed.portalsite that return Page
 Page PortalSiteRequestContext.getManagedPage()
          getManagedPage - get request profiled concrete page instance as managed by the page manager
 Page PortalSiteRequestContext.getPage()
          getPage - get request profiled page proxy
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.