Package | Description |
---|---|
org.apache.jetspeed.aggregator | |
org.apache.jetspeed.decoration | |
org.apache.jetspeed.layout | |
org.apache.jetspeed.mockobjects.request | |
org.apache.jetspeed.request |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Decoration |
DecorationFactory.getDecoration(ContentPage page,
ContentFragment fragment,
RequestContext requestContext)
Returns a Decoration for a specific
Fragment contained
within the specified Page . |
Theme |
DecorationFactory.getTheme(ContentPage page,
RequestContext requestContext)
Returns a theme containing all of the Decorations for all of
the layouts on the current page.
|
void |
Theme.init(ContentPage page,
DecorationFactory decoration,
RequestContext context)
Initialize a page theme
|
Modifier and Type | Method and Description |
---|---|
ContentPage |
JetspeedPowerTool.getPage()
The Power Tool tracks which page is being rendered.
|
ContentPage |
PageLayoutComponent.newContentPage(BaseFragmentsElement pageOrTemplate,
PageTemplate pageTemplate,
Map<String,FragmentDefinition> fragmentDefinitions)
Construct a new content page hierarchy from PSML page or template,
page templates, and fragment definitions.
|
ContentPage |
PortletPlacementContext.syncPageFragments()
Takes the internal portlet placement state and writes it back
out to the root fragment for the managed page layout.
|
ContentPage |
PortletPlacementContext.syncPageFragments(String scope,
String scopeValue)
Takes the internal portlet placement state and writes it back
out to the root fragment for the managed page layout.
|
Modifier and Type | Method and Description |
---|---|
ContentFragment |
PageLayoutComponent.addFragmentAtRowColumn(ContentPage contentPage,
ContentFragment contentFragment,
int row,
int column)
Add fragment to page at specified row column layout position
returning associated content fragment.
|
ContentFragment |
PageLayoutComponent.addFragmentReference(ContentPage contentPage,
String id)
Add fragment reference to page returning associated content
fragment.
|
ContentFragment |
PageLayoutComponent.addPortlet(ContentPage contentPage,
String type,
String name)
Add portlet to page returning associated content fragment.
|
void |
PageLayoutComponent.decrementFolderInDocumentOrder(ContentPage contentPage)
Decrement position of folder in parent folder document order.
|
void |
PageLayoutComponent.decrementInDocumentOrder(ContentPage contentPage)
Decrement position of page in folder document order.
|
void |
PageLayoutComponent.incrementFolderInDocumentOrder(ContentPage contentPage)
Increment position of folder in parent folder document order.
|
void |
PageLayoutComponent.incrementInDocumentOrder(ContentPage contentPage)
Increment position of page in folder document order.
|
void |
PageLayoutComponent.moveFragment(ContentPage contentPage,
String fragmentId,
String toFragmentId)
Move fragment in page to another layout fragment in the same page.
|
void |
PageLayoutComponent.moveFragment(ContentPage contentPage,
String fragmentId,
String fromFragmentId,
String toFragmentId)
Move fragment from current parent layout fragment to another
layout fragment in the same page.
|
void |
PageLayoutComponent.newSiblingDynamicPage(ContentPage contentPage,
String pageName,
String contentType,
String layoutName,
String pageTitle,
String pageShortTitle)
Create new sibling dynamic page with specified configuration.
|
void |
PageLayoutComponent.newSiblingFolder(ContentPage contentPage,
String folderName,
String folderTitle,
String folderShortTitle,
String defaultPageLayoutName)
Create a new sibling folder with specified configuration and
new default page.
|
void |
PageLayoutComponent.newSiblingFragmentDefinition(ContentPage contentPage,
String definitionName,
String defId,
String portletName,
String definitionTitle,
String definitionShortTitle)
Create new sibling fragment definition with specified
configuration.
|
void |
PageLayoutComponent.newSiblingPage(ContentPage contentPage,
String pageName,
String layoutName,
String pageTitle,
String pageShortTitle)
Create new sibling page with specified configuration and add
new page at end of folder document order list.
|
void |
PageLayoutComponent.newSiblingPageTemplate(ContentPage contentPage,
String templateName,
String layoutName,
String templateTitle,
String templateShortTitle)
Create new sibling page template with specified configuration.
|
void |
PageLayoutComponent.remove(ContentPage contentPage)
Remove page and remove from folder document order list.
|
void |
PageLayoutComponent.removeFolder(ContentPage contentPage)
Remove folder and remove from parent folder document order list.
|
void |
PageLayoutComponent.removeFragment(ContentPage contentPage,
String fragmentId)
Remove fragment from page by id.
|
void |
PageLayoutComponent.updateContent(ContentPage contentPage,
String contentType,
Boolean inheritable)
Update dynamic page content type and inheritable flag.
|
void |
PageLayoutComponent.updateDefaultDecorator(ContentPage contentPage,
String decoratorName,
String fragmentType)
Update page default decorator.
|
void |
PageLayoutComponent.updateFolderTitles(ContentPage contentPage,
String title,
String shortTitle)
Update folder titles.
|
void |
PageLayoutComponent.updateTitles(ContentPage contentPage,
String title,
String shortTitle)
Update page titles.
|
Modifier and Type | Method and Description |
---|---|
ContentPage |
MockRequestContext.getPage() |
ContentPage |
MockRequestContext.locatePage(Profiler profiler,
PageLayoutComponent pageLayoutComponent,
String nonProfiledPath) |
Modifier and Type | Method and Description |
---|---|
void |
MockRequestContext.setPage(ContentPage page) |
Modifier and Type | Method and Description |
---|---|
ContentPage |
RequestContext.getPage()
Gets the target page for this request
|
ContentPage |
RequestContext.locatePage(Profiler profiler,
PageLayoutComponent pageLayoutComponent,
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
|
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setPage(ContentPage page)
Sets the target page for this request
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.