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

Packages that use ContentPage
org.apache.jetspeed.aggregator   
org.apache.jetspeed.mockobjects.request   
org.apache.jetspeed.page   
org.apache.jetspeed.request   
 

Uses of ContentPage in org.apache.jetspeed.aggregator
 

Methods in org.apache.jetspeed.aggregator with parameters of type ContentPage
 void ContentServerAdapter.prepareContentPaths(RequestContext context, ContentPage page)
          Pre page aggregation event, prepares the content paths for the given decorators of the current page being aggregated.
 

Uses of ContentPage in org.apache.jetspeed.mockobjects.request
 

Fields in org.apache.jetspeed.mockobjects.request declared as ContentPage
private  ContentPage MockRequestContext.page
           
 

Methods in org.apache.jetspeed.mockobjects.request that return ContentPage
 ContentPage MockRequestContext.getPage()
           
 

Methods in org.apache.jetspeed.mockobjects.request with parameters of type ContentPage
 void MockRequestContext.setPage(ContentPage page)
           
 

Uses of ContentPage in org.apache.jetspeed.page
 

Methods in org.apache.jetspeed.page that return ContentPage
 ContentPage PageManager.getContentPage(String path)
           ContentPage
 

Uses of ContentPage in org.apache.jetspeed.request
 

Methods in org.apache.jetspeed.request that return ContentPage
 ContentPage RequestContext.getPage()
          Gets the target page for this request
 

Methods in org.apache.jetspeed.request with parameters of type ContentPage
 void RequestContext.setPage(ContentPage page)
          Sets the target page for this request
 



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