Class CmsDecorationMap

java.lang.Object
org.opencms.jsp.decorator.CmsDecorationMap
All Implemented Interfaces:
Comparable<CmsDecorationMap>

public class CmsDecorationMap extends Object implements Comparable<CmsDecorationMap>
The CmsDecorationMap is the object representation of a single decoartion file.

The semicolon seperated elements of the decoartion file are stored in a map.

The map uses the decoration as keys and CmsDecorationObjects as values.

Multiple CmsDecorationMaps form a CmsDecorationBundle.

Since:
6.1.3