Uses of Class
org.opencms.acacia.shared.CmsAttributeConfiguration
-
Packages that use CmsAttributeConfiguration Package Description org.opencms.acacia.shared Contains the acacia editor shared client/server classes.org.opencms.ade.contenteditor Contains server side classes for the XML content editor. -
-
Uses of CmsAttributeConfiguration in org.opencms.acacia.shared
Methods in org.opencms.acacia.shared that return types with arguments of type CmsAttributeConfiguration Modifier and Type Method Description java.util.Map<java.lang.String,CmsAttributeConfiguration>
CmsContentDefinition. getConfigurations()
Returns the attribute configurations. -
Uses of CmsAttributeConfiguration in org.opencms.ade.contenteditor
Methods in org.opencms.ade.contenteditor that return CmsAttributeConfiguration Modifier and Type Method Description protected CmsAttributeConfiguration
CmsContentTypeVisitor.DisplayTypeEvaluator. getEvaluatedConfiguration(I_CmsXmlContentHandler.DisplayType predecessor, I_CmsXmlContentHandler.DisplayType successor)
Returns the attribute configuration with the evaluated display type.Methods in org.opencms.ade.contenteditor that return types with arguments of type CmsAttributeConfiguration Modifier and Type Method Description protected java.util.Map<java.lang.String,CmsAttributeConfiguration>
CmsContentTypeVisitor. getAttributeConfigurations()
Returns the attribute configurations.Constructors in org.opencms.ade.contenteditor with parameters of type CmsAttributeConfiguration Constructor Description DisplayTypeEvaluator(CmsAttributeConfiguration config, I_CmsXmlContentHandler.DisplayType configuredType, I_CmsXmlContentHandler.DisplayType defaultType, CmsContentTypeVisitor.EvaluationRule rule)
Constructor.
-