| Package | Description |
|---|---|
| org.opencms.jsp.decorator |
HTML postprocessor, used to tag single words or phrases in the HTML output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDecoratorConfiguration
The CmsDecoratorConfiguration initalizes and stores the text decorations.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CmsDecorationObject.getContentDecoration(I_CmsDecoratorConfiguration config,
java.lang.String text,
java.lang.String contentLocale)
Gets the decorated content for this decoration object.
|
| Constructor and Description |
|---|
CmsHtmlDecorator(CmsObject cms,
I_CmsDecoratorConfiguration config)
Constructor, creates a new CmsHtmlDecorator with a given configuration.
|