|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
ContentPage |
MockRequestContext.locatePage(Profiler profiler,
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.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 |
ContentPage |
RequestContext.locatePage(Profiler profiler,
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 |
RequestContext.setPage(ContentPage page)
Sets the target page for this request |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |