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 | Method and Description |
---|---|
List<FragmentProperty> |
ContentFragment.getProperties()
Get read-only list of fragment property objects that
initially returns the set of properties for all scopes.
|
List<FragmentProperty> |
BaseFragmentElement.getProperties()
Get writable list of fragment property objects that
initially returns the set of properties for all scopes
found for the current user.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseFragmentElement.setProperties(List<FragmentProperty> properties)
Set collection of fragment property objects
|
Modifier and Type | Method and Description |
---|---|
FragmentProperty |
FragmentPropertyList.get(int index) |
FragmentProperty |
FragmentPropertyList.getMatchingProperty(FragmentProperty match)
Find matching property.
|
FragmentProperty |
PageManager.newFragmentProperty()
newFragmentProperty - creates a new fragment property
|
FragmentProperty |
FragmentPropertyList.remove(int index) |
FragmentProperty |
FragmentPropertyList.set(int index,
FragmentProperty element) |
Modifier and Type | Method and Description |
---|---|
List<FragmentProperty> |
FragmentPropertyList.getProperties()
Get underlying fragment properties list.
|
List<FragmentProperty> |
FragmentPropertyList.getRemovedProperties()
Get underlying removed fragment properties list.
|
Modifier and Type | Method and Description |
---|---|
void |
FragmentPropertyList.add(int index,
FragmentProperty element) |
FragmentProperty |
FragmentPropertyList.getMatchingProperty(FragmentProperty match)
Find matching property.
|
FragmentProperty |
FragmentPropertyList.set(int index,
FragmentProperty element) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.