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

Packages that use ContentPage
org.apache.jetspeed.aggregator   
org.apache.jetspeed.aggregator.impl   
org.apache.jetspeed.decoration   
org.apache.jetspeed.mockobjects.request   
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.page.impl   
org.apache.jetspeed.page.psml   
org.apache.jetspeed.pipeline.valve.impl   
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.aggregator.impl
 

Methods in org.apache.jetspeed.aggregator.impl with parameters of type ContentPage
protected  boolean HeaderAggregatorImpl.aggregateAndRender(ContentFragment fragment, RequestContext context, ContentPage page)
           
protected  void PageAggregatorImpl.aggregateAndRender(ContentFragment f, RequestContext context, ContentPage page)
           
protected  void AsyncPageAggregatorImpl.aggregateAndRender(ContentFragment f, RequestContext context, ContentPage page, boolean isRoot, java.util.List sequentialJobs, java.util.List parallelJobs, java.util.List layoutFragments)
           
protected  void AsyncPageAggregatorImpl.renderMaximizedWindow(RequestContext context, ContentPage page, ContentFragment layoutContentFragment, org.apache.pluto.om.window.PortletWindow window)
           renderMaximizedWindow
protected  void PageAggregatorImpl.renderMaximizedWindow(RequestContext context, ContentPage page, ContentFragment layoutContentFragment, org.apache.pluto.om.window.PortletWindow window)
           renderMaximizedWindow
 

Uses of ContentPage in org.apache.jetspeed.decoration
 

Methods in org.apache.jetspeed.decoration that return ContentPage
 ContentPage PageTheme.getContentPage()
           
 

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

Methods in org.apache.jetspeed.mockobjects.request that return ContentPage
 ContentPage MockRequestContext.getPage()
           
 ContentPage MockRequestContext.locatePage(Profiler profiler, java.lang.String nonProfiledPath)
           
 

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

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

Classes in org.apache.jetspeed.om.page that implement ContentPage
 class ContentPageImpl
           
 

Uses of ContentPage in org.apache.jetspeed.page
 

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

Uses of ContentPage in org.apache.jetspeed.page.impl
 

Methods in org.apache.jetspeed.page.impl that return ContentPage
 ContentPage DatabasePageManager.getContentPage(java.lang.String path)
           
 

Uses of ContentPage in org.apache.jetspeed.page.psml
 

Methods in org.apache.jetspeed.page.psml that return ContentPage
 ContentPage CastorXmlPageManager.getContentPage(java.lang.String path)
           
 

Uses of ContentPage in org.apache.jetspeed.pipeline.valve.impl
 

Methods in org.apache.jetspeed.pipeline.valve.impl with parameters of type ContentPage
protected  void ActionValveImpl.notifyFragments(ContentFragment f, RequestContext context, ContentPage page)
           
 

Uses of ContentPage in org.apache.jetspeed.request
 

Methods in org.apache.jetspeed.request that return ContentPage
 ContentPage JetspeedRequestContext.getPage()
           
 ContentPage RequestContext.getPage()
          Gets the target page for this request
 ContentPage JetspeedRequestContext.locatePage(Profiler profiler, java.lang.String nonProfiledPath)
           
 ContentPage RequestContext.locatePage(Profiler profiler, java.lang.String nonProfiledPath)
          Locates a specific page using the profiler and site manager location algorithms from a generalized non-profiled path to the first page matching the path
 

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



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