| Package | Description |
|---|---|
| org.opencms.ade.contenteditor |
Contains server side classes for the XML content editor.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsContentTypeVisitor.EvaluationRule |
CmsContentTypeVisitor.EvaluationRule.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsContentTypeVisitor.EvaluationRule[] |
CmsContentTypeVisitor.EvaluationRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DisplayTypeEvaluator(CmsAttributeConfiguration config,
I_CmsXmlContentHandler.DisplayType configuredType,
I_CmsXmlContentHandler.DisplayType defaultType,
CmsContentTypeVisitor.EvaluationRule rule)
Constructor.
|