|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.template.cache.CmsElementDefinitionCollection
Used to collect a set of element definitions. Two CmsElementDefinitionCollections can be merged using the join constructor.
| Constructor Summary | |
CmsElementDefinitionCollection()
Default constructor |
|
CmsElementDefinitionCollection(CmsElementDefinitionCollection primary,
CmsElementDefinitionCollection secondary)
Join cunstructor. |
|
| Method Summary | |
void |
add(CmsElementDefinition def)
Add a definition to the collection. |
CmsElementDefinition |
get(String name)
Geta definition from the collection. |
Enumeration |
getAllElementNames()
|
String |
toString()
Get a string representation of this collection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CmsElementDefinitionCollection()
public CmsElementDefinitionCollection(CmsElementDefinitionCollection primary,
CmsElementDefinitionCollection secondary)
primary - Source CmsElementDefinitionCollectionsecondary - Source CmsElementDefinitionCollection| Method Detail |
public void add(CmsElementDefinition def)
def - CmsElementDefinition that should be addedpublic CmsElementDefinition get(String name)
name - Name of the element definition requested
name or null, if not defined.public Enumeration getAllElementNames()
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||