Package | Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
Fragment
A
Fragment is the basic element handled by the aggregation
engine to compose the final portal page. |
interface |
FragmentReference
A
FragmentReference is a fragment element that represents
a place holder for a referenced fragment in a Page. |
interface |
PageFragment
A
PageFragment is a fragment element that represents
a place holder for a root fragment of a page rendered with a page
template. |
Modifier and Type | Method and Description |
---|---|
BaseFragmentElement |
Fragment.getFragmentById(String id)
Retrieves the fragment contained within this fragment, with the
specified Id.
|
BaseFragmentElement |
BaseFragmentsElement.getFragmentById(String id)
Retrieves the fragment contained within this page, with the
specified Id.
|
BaseFragmentElement |
BaseFragmentsElement.getRootFragment()
Retrieves the top level fragment of this page.
|
BaseFragmentElement |
Fragment.removeFragmentById(String id)
Removes the fragment contained within this fragment, with the
specified Id.
|
BaseFragmentElement |
BaseFragmentsElement.removeFragmentById(String id)
Removes the fragment contained within this page, with the
specified Id.
|
Modifier and Type | Method and Description |
---|---|
List<BaseFragmentElement> |
Fragment.getFragments()
Returns all fragments used in this node.
|
List<BaseFragmentElement> |
BaseFragmentsElement.getFragmentsByInterface(Class interfaceFilter)
Retrieves the fragments contained within this page, with the
specified interface.
|
List<BaseFragmentElement> |
BaseFragmentsElement.getFragmentsByName(String name)
Retrieves the fragments contained within this page, with the
specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseFragmentsElement.setRootFragment(BaseFragmentElement fragment)
Sets the top level fragment of this page.
|
Modifier and Type | Method and Description |
---|---|
BaseFragmentElement |
PageManager.copyFragment(BaseFragmentElement source,
String name)
Copy the source fragment creating and returning a new copy of the fragment
with the parameter collection as the source
The fragment is created with a new fragment id
|
BaseFragmentElement |
PageManager.copyFragment(BaseFragmentElement source,
String name,
boolean copyIds)
Copy the source fragment creating and returning a new copy of the fragment
with the parameter collection as the source
|
BaseFragmentElement |
FragmentPropertyList.getFragmentElement()
Get fragment property list owner.
|
Modifier and Type | Method and Description |
---|---|
BaseFragmentElement |
PageManager.copyFragment(BaseFragmentElement source,
String name)
Copy the source fragment creating and returning a new copy of the fragment
with the parameter collection as the source
The fragment is created with a new fragment id
|
BaseFragmentElement |
PageManager.copyFragment(BaseFragmentElement source,
String name,
boolean copyIds)
Copy the source fragment creating and returning a new copy of the fragment
with the parameter collection as the source
|
FragmentPropertyList |
FragmentPropertyManagement.getFragmentPropertyList(BaseFragmentElement baseFragmentElement,
FragmentPropertyList transientList) |
void |
FragmentPropertyManagement.removeFragmentPropertyList(BaseFragmentElement baseFragmentElement,
FragmentPropertyList transientList) |
void |
PageManager.updateFragmentProperties(BaseFragmentElement fragment,
String scope)
Update fragment properties for specified scope.
|
void |
FragmentPropertyManagement.updateFragmentPropertyList(BaseFragmentElement baseFragmentElement,
String scope,
FragmentPropertyList transientList) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.