Uses of Interface
org.apache.jetspeed.layout.PageLayoutComponent

Packages that use PageLayoutComponent
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.request   
 

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

Methods in org.apache.jetspeed.mockobjects.request with parameters of type PageLayoutComponent
 ContentPage MockRequestContext.locatePage(Profiler profiler, PageLayoutComponent pageLayoutComponent, java.lang.String nonProfiledPath)
           
 

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

Methods in org.apache.jetspeed.om.page that return PageLayoutComponent
 PageLayoutComponent ContentPage.getPageLayoutComponent()
          Returns the PageLayoutComponent that generated this ContentPage
 PageLayoutComponent ContentFragment.getPageLayoutComponent()
          Returns the PageLayoutComponent that generated this ContentPage
 

Uses of PageLayoutComponent in org.apache.jetspeed.request
 

Methods in org.apache.jetspeed.request with parameters of type PageLayoutComponent
 ContentPage RequestContext.locatePage(Profiler profiler, PageLayoutComponent pageLayoutComponent, 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
 



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