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

Packages that use DynamicPage
org.apache.jetspeed.om.folder   
org.apache.jetspeed.page   
 

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

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

Uses of DynamicPage in org.apache.jetspeed.page
 

Methods in org.apache.jetspeed.page that return DynamicPage
 DynamicPage PageManager.copyDynamicPage(DynamicPage source, java.lang.String path)
          Copy the source dynamic page creating and returning a new copy of the dynamic page with the same portlet and fragment collection as the source.
 DynamicPage PageManager.copyDynamicPage(DynamicPage source, java.lang.String path, boolean copyIds)
          Copy the source dynamic page creating and returning a new copy of the dynamic page with the same portlet and fragment collection as the source.
 DynamicPage PageManager.getDynamicPage(Folder folder, java.lang.String name)
           getDynamicPage
 DynamicPage PageManager.getDynamicPage(java.lang.String path)
           getDynamicPage
 DynamicPage PageManager.newDynamicPage(java.lang.String path)
          Creates a new empty DynamicPage instance
 

Methods in org.apache.jetspeed.page with parameters of type DynamicPage
 DynamicPage PageManager.copyDynamicPage(DynamicPage source, java.lang.String path)
          Copy the source dynamic page creating and returning a new copy of the dynamic page with the same portlet and fragment collection as the source.
 DynamicPage PageManager.copyDynamicPage(DynamicPage source, java.lang.String path, boolean copyIds)
          Copy the source dynamic page creating and returning a new copy of the dynamic page with the same portlet and fragment collection as the source.
 void PageManager.removeDynamicPage(DynamicPage dynamicPage)
          Remove a dynamic page.
 void PageManager.updateDynamicPage(DynamicPage dynamicPage)
          Update a dynamic page in persistent storage
 



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