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 |
---|---|
FragmentDefinition |
Folder.getFragmentDefinition(String name)
getFragmentDefinition
|
Modifier and Type | Method and Description |
---|---|
Map<String,FragmentDefinition> |
ContentPage.getFragmentDefinitions()
Access underlying concrete persistent fragment definitions
map or null if page is transient or constructed dynamically.
|
Modifier and Type | Method and Description |
---|---|
FragmentDefinition |
PageManager.copyFragmentDefinition(FragmentDefinition source,
String path)
Copy the source fragment definition creating and returning a new copy of
the fragment definition with the same portlet and fragment collection as the
source.
|
FragmentDefinition |
PageManager.copyFragmentDefinition(FragmentDefinition source,
String path,
boolean copyIds)
Copy the source fragment definition creating and returning a new copy of
the fragment definition with the same portlet and fragment collection as the source.
|
FragmentDefinition |
PageManager.getFragmentDefinition(Folder folder,
String name)
getFragmentDefinition
|
FragmentDefinition |
PageManager.getFragmentDefinition(String path)
getFragmentDefinition
|
FragmentDefinition |
PageManager.newFragmentDefinition(String path)
Creates a new empty FragmentDefinition instance
|
Modifier and Type | Method and Description |
---|---|
FragmentDefinition |
PageManager.copyFragmentDefinition(FragmentDefinition source,
String path)
Copy the source fragment definition creating and returning a new copy of
the fragment definition with the same portlet and fragment collection as the
source.
|
FragmentDefinition |
PageManager.copyFragmentDefinition(FragmentDefinition source,
String path,
boolean copyIds)
Copy the source fragment definition creating and returning a new copy of
the fragment definition with the same portlet and fragment collection as the source.
|
void |
PageManager.removeFragmentDefinition(FragmentDefinition fragmentDefinition)
Remove a fragment definition.
|
void |
PageManager.updateFragmentDefinition(FragmentDefinition fragmentDefinition)
Update a fragment definition in persistent storage
|
Modifier and Type | Method and Description |
---|---|
Map<String,FragmentDefinition> |
PortalSiteRequestContext.getFragmentDefinitions()
getFragmentDefinitions - get fragment definition view map for request
profiled page and page template
|
Map<String,FragmentDefinition> |
PortalSiteRequestContext.getManagedFragmentDefinitions()
getManagedFragmentDefinitions - get map of request profiled concrete
fragment definition instances as
managed by the page manager
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.