Package | Description |
---|---|
org.apache.jetspeed.layout | |
org.apache.jetspeed.om.folder | |
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.portalsite |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PageTemplate |
Folder.getPageTemplate(String name)
getPageTemplate
|
Modifier and Type | Method and Description |
---|---|
PageTemplate |
ContentPage.getPageTemplate()
Access underlying concrete persistent page template or
null if page is transient or constructed dynamically.
|
Modifier and Type | Method and Description |
---|---|
PageTemplate |
PageManager.copyPageTemplate(PageTemplate source,
String path)
Copy the source page template creating and returning a new copy of the page
template with the same portlet and fragment collection as the source.
|
PageTemplate |
PageManager.copyPageTemplate(PageTemplate source,
String path,
boolean copyIds)
Copy the source page template creating and returning a new copy of the page
template with the same portlet and fragment collection as the source.
|
PageTemplate |
PageManager.getPageTemplate(Folder folder,
String name)
getPageTemplate
|
PageTemplate |
PageManager.getPageTemplate(String path)
getPageTemplate
|
PageTemplate |
PageManager.newPageTemplate(String path)
Creates a new empty PageTemplate instance
|
Modifier and Type | Method and Description |
---|---|
PageTemplate |
PageManager.copyPageTemplate(PageTemplate source,
String path)
Copy the source page template creating and returning a new copy of the page
template with the same portlet and fragment collection as the source.
|
PageTemplate |
PageManager.copyPageTemplate(PageTemplate source,
String path,
boolean copyIds)
Copy the source page template creating and returning a new copy of the page
template with the same portlet and fragment collection as the source.
|
void |
PageManager.removePageTemplate(PageTemplate pageTemplate)
Remove a page template.
|
void |
PageManager.updatePageTemplate(PageTemplate pageTemplate)
Update a page template in persistent storage
|
Modifier and Type | Method and Description |
---|---|
PageTemplate |
PortalSiteRequestContext.getManagedPageTemplate()
getManagedPageTemplate - get request profiled concrete page
template instance as managed by the
page manager
|
PageTemplate |
PortalSiteRequestContext.getPageTemplate()
getPageTemplate - get page template view for request profiled page
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.