| 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 |
|---|---|
CmsDecorationDefintion |
CmsDecorationObject.getDecorationDefinition()
Returns the decorationDefinition.
|
CmsDecorationDefintion |
I_CmsDecoratorConfiguration.getDecorationDefinition(CmsXmlContent configuration,
int i)
Builds a CmsDecorationDefintion from a given configuration file.
|
CmsDecorationDefintion |
CmsDecoratorConfiguration.getDecorationDefinition(CmsXmlContent configuration,
int i)
Builds a CmsDecorationDefintion from a given configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsDecorationDefintion> |
CmsDecoratorConfiguration.getDecorationDefinitions()
Returns the list with all
instances parsed from the config file. |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDecoratorConfiguration.addDecorations(CmsDecorationDefintion decorationDefinition)
Adds decorations defined in a
object to the map of all decorations. |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDecoratorConfiguration.setDecorationDefinitions(java.util.List<CmsDecorationDefintion> decorationDefinitions)
Sets the decorationDefinitions.
|
| Constructor and Description |
|---|
CmsDecorationMap(CmsDecorationDefintion decDef,
java.lang.String name,
java.util.Locale locale)
Constructor, creates a new, empty CmsDecorationMap.
|
CmsDecorationMap(CmsObject cms,
CmsResource res,
CmsDecorationDefintion decDef)
Constructor, creates a new CmsDecorationMap.
|
CmsDecorationObject(java.lang.String decorationKey,
java.lang.String decoration,
CmsDecorationDefintion decDef,
java.util.Locale locale)
Constructor, creates a new decoration object with given values.
|