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

Packages that use Page
org.apache.jetspeed.om.folder   
org.apache.jetspeed.page   
org.apache.jetspeed.spaces   
 

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

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

Uses of Page in org.apache.jetspeed.page
 

Methods in org.apache.jetspeed.page that return Page
 Page PageManager.copyPage(Page source, java.lang.String path)
          Copy the source page creating and returning a new copy of the page with the same portlet and fragment collection as the source.
 Page PageManager.copyPage(Page source, java.lang.String path, boolean copyIds)
          Copy the source page creating and returning a new copy of the page with the same portlet and fragment collection as the source.
 Page PageManager.getPage(Folder folder, java.lang.String name)
           getPage
 Page PageManager.getPage(java.lang.String path)
           getPage
 Page PageManager.getUserPage(java.lang.String userName, java.lang.String pageName)
          Retrieve a page for the given user name and page name
 Page PageManager.newPage(java.lang.String path)
          Creates a new empty Page instance
 

Methods in org.apache.jetspeed.page with parameters of type Page
 int PageManager.addPages(Page[] pages)
           
 Page PageManager.copyPage(Page source, java.lang.String path)
          Copy the source page creating and returning a new copy of the page with the same portlet and fragment collection as the source.
 Page PageManager.copyPage(Page source, java.lang.String path, boolean copyIds)
          Copy the source page creating and returning a new copy of the page with the same portlet and fragment collection as the source.
 void PageManager.removePage(Page page)
          Remove a page.
 void PageManager.updatePage(Page page)
          Update a page in persistent storage
 

Uses of Page in org.apache.jetspeed.spaces
 

Subinterfaces of Page in org.apache.jetspeed.spaces
 interface Dashboard
          Container for spaces
 

Methods in org.apache.jetspeed.spaces that return types with arguments of type Page
 java.util.List<Page> Spaces.listPages(Space space)
          List all pages in the given space
 

Methods in org.apache.jetspeed.spaces with parameters of type Page
 void Spaces.deletePage(Page page)
          Deletes a page
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.