| 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 |
|---|---|
java.util.Map<java.lang.String,CmsDecorationObject> |
CmsDecorationBundle.getAll()
Gets the map of all decoarion bundle entries.
|
java.util.Map<java.lang.String,CmsDecorationObject> |
CmsDecorationMap.getDecorationMap()
Returns the decorationMap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDecorationBundle.put(java.lang.String key,
CmsDecorationObject value)
Stores an obiect in the decoration bundle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDecorationBundle.putAll(java.util.Map<java.lang.String,CmsDecorationObject> map)
Puts a complete map of objects into bundle.
|
void |
CmsDecorationMap.setDecorationMap(java.util.Map<java.lang.String,CmsDecorationObject> decorationMap)
Sets the decorationMap.
|