Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.opencms.template.cache.CmsElementDefinition

Uses of CmsElementDefinition in com.opencms.template.cache
 

Methods in com.opencms.template.cache that return CmsElementDefinition
 CmsElementDefinition A_CmsElement.getElementDefinition(java.lang.String name)
          Get the element definition for the sub-element with the given name
 CmsElementDefinition CmsElementDefinitionCollection.get(java.lang.String name)
          Geta definition from the collection.
 

Methods in com.opencms.template.cache with parameters of type CmsElementDefinition
 void A_CmsElement.addDefinition(CmsElementDefinition def)
          Adds a single definition to this element.
 void CmsElementDefinitionCollection.add(CmsElementDefinition def)
          Add a definition to the collection.
 

Constructors in com.opencms.template.cache with parameters of type CmsElementDefinition
CmsElementDefinition(CmsElementDefinition primary, CmsElementDefinition secondary)
          Join constructor.
CmsUri(CmsElementDescriptor startingElement, java.lang.String readAccessGroup, CmsElementDefinition def, boolean https)
          Constructor.