| Package | Description |
|---|---|
| org.opencms.jsp.decorator |
HTML postprocessor, used to tag single words or phrases in the HTML output.
|
| Modifier and Type | Method and Description |
|---|---|
CmsDecorationBundle |
CmsDecorationDefintion.createDecorationBundle(CmsObject cms,
java.util.Locale locale)
Creates a CmsDecorationBundle of text decoration to be used by the decorator.
|
CmsDecorationBundle |
CmsDecorationDefintion.createDecorationBundle(java.util.List<CmsDecorationMap> decorationMaps,
java.util.Locale locale)
Creates a CmsDecorationBundle of text decoration to be used by the decorator based on a list of decoration maps.
|
CmsDecorationBundle |
I_CmsDecoratorConfiguration.getDecorations()
Gets the decoration bundle.
|
CmsDecorationBundle |
CmsDecoratorConfiguration.getDecorations()
Gets the decoration bundle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDecoratorConfiguration.setDecorations(CmsDecorationBundle decorations)
Sets the decoration bundle, overwriting an exiting one.
|