protected class CmsContentTypeVisitor.DisplayTypeEvaluator extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
DisplayTypeEvaluator(CmsAttributeConfiguration config,
I_CmsXmlContentHandler.DisplayType configuredType,
I_CmsXmlContentHandler.DisplayType defaultType,
CmsContentTypeVisitor.EvaluationRule rule)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAttributeName()
Returns the attribute name.
|
protected CmsAttributeConfiguration |
getEvaluatedConfiguration(I_CmsXmlContentHandler.DisplayType predecessor,
I_CmsXmlContentHandler.DisplayType successor)
Returns the attribute configuration with the evaluated display type.
|
protected I_CmsXmlContentHandler.DisplayType |
getProposedType()
Returns the proposed display type.
|
protected void |
setAttributeName(java.lang.String attributeName)
Sets the attribute name.
|
protected DisplayTypeEvaluator(CmsAttributeConfiguration config, I_CmsXmlContentHandler.DisplayType configuredType, I_CmsXmlContentHandler.DisplayType defaultType, CmsContentTypeVisitor.EvaluationRule rule)
config - the attribute type configurationconfiguredType - the configured display typedefaultType - the default display typerule - the applied ruleprotected java.lang.String getAttributeName()
protected CmsAttributeConfiguration getEvaluatedConfiguration(I_CmsXmlContentHandler.DisplayType predecessor, I_CmsXmlContentHandler.DisplayType successor)
predecessor - the proposed predecessor display typesuccessor - the proposed successor display typeprotected I_CmsXmlContentHandler.DisplayType getProposedType()
protected void setAttributeName(java.lang.String attributeName)
attributeName - the attribute name