|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.jsp.decorator.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.
Field Summary | |
static java.lang.String |
CSV_SEPERATOR
The seperator for the CSV file. |
Constructor Summary | |
CmsDecorationMap(CmsObject cms,
CmsResource res,
CmsDecorationDefintion decDef)
Constructor, creates a new CmsDecorationMap. |
Method Summary | |
int |
compareTo(java.lang.Object o)
|
java.util.Map |
getDecorationMap()
Returns the decorationMap. |
java.util.Locale |
getLocale()
Returns the locale. |
java.lang.String |
getName()
Returns the name. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String CSV_SEPERATOR
Constructor Detail |
public CmsDecorationMap(CmsObject cms, CmsResource res, CmsDecorationDefintion decDef) throws CmsException
cms
- the CmsObjectres
- the resource to extrace the decorations fromdecDef
- the CmsDecorationDefintion to be used in this decoration map
CmsException
- if something goes wrongMethod Detail |
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
Comparable.compareTo(java.lang.Object)
public java.util.Map getDecorationMap()
public java.util.Locale getLocale()
public java.lang.String getName()
public java.lang.String toString()
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |