|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.jsp.decorator.CmsDecorationMap
public class 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 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(Object o)
|
Map |
getDecorationMap()
Returns the decorationMap. |
Locale |
getLocale()
Returns the locale. |
String |
getName()
Returns the name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final 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 wrong| Method Detail |
|---|
public int compareTo(Object o)
compareTo in interface ComparableComparable.compareTo(java.lang.Object)public Map getDecorationMap()
public Locale getLocale()
public String getName()
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||