| Package | Description |
|---|---|
| org.apache.jetspeed.decoration | |
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LayoutDecoration
Decoration specifically targeted at decorating layouts.
|
interface |
PortletDecoration
Decoration specifically targeted at decorating portlets.
|
| Modifier and Type | Method and Description |
|---|---|
Decoration |
Theme.getDecoration(ContentFragment fragment)
Returns a a Decoration for the requested fragment.
|
Decoration |
DecorationFactory.getDecoration(ContentPage page,
ContentFragment fragment,
RequestContext requestContext)
Returns a Decoration for a specific
Fragment contained
within the specified Page. |
| Modifier and Type | Method and Description |
|---|---|
Decoration |
ContentFragment.getDecoration()
Retrieves the actual
org.apache.jetspeed.decoration.decorator
object for this content fragment. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentFragment.setDecoration(Decoration decoration) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.