Uses of Class
org.opencms.jsp.decorator.CmsDecorationDefintion
Packages that use CmsDecorationDefintion
Package
Description
HTML postprocessor, used to tag single words or phrases in the HTML output.
-
Uses of CmsDecorationDefintion in org.opencms.jsp.decorator
Methods in org.opencms.jsp.decorator that return CmsDecorationDefintionModifier and TypeMethodDescriptionCmsDecorationObject.getDecorationDefinition()Returns the decorationDefinition.CmsDecoratorConfiguration.getDecorationDefinition(CmsXmlContent configuration, int i) Builds a CmsDecorationDefintion from a given configuration file.I_CmsDecoratorConfiguration.getDecorationDefinition(CmsXmlContent configuration, int i) Builds a CmsDecorationDefintion from a given configuration file.Methods in org.opencms.jsp.decorator that return types with arguments of type CmsDecorationDefintionModifier and TypeMethodDescriptionCmsDecoratorConfiguration.getDecorationDefinitions()Returns the list with allinstances parsed from the config file.CmsDecorationDefintionMethods in org.opencms.jsp.decorator with parameters of type CmsDecorationDefintionModifier and TypeMethodDescriptionvoidCmsDecoratorConfiguration.addDecorations(CmsDecorationDefintion decorationDefinition) Adds decorations defined in aobject to the map of all decorations.CmsDecorationDefintionMethod parameters in org.opencms.jsp.decorator with type arguments of type CmsDecorationDefintionModifier and TypeMethodDescriptionvoidCmsDecoratorConfiguration.setDecorationDefinitions(List<CmsDecorationDefintion> decorationDefinitions) Sets the decorationDefinitions.Constructors in org.opencms.jsp.decorator with parameters of type CmsDecorationDefintionModifierConstructorDescriptionCmsDecorationMap(CmsObject cms, CmsResource res, CmsDecorationDefintion decDef) Constructor, creates a new CmsDecorationMap.CmsDecorationMap(CmsDecorationDefintion decDef, String name, Locale locale) Constructor, creates a new, empty CmsDecorationMap.CmsDecorationObject(String decorationKey, String decoration, CmsDecorationDefintion decDef, Locale locale) Constructor, creates a new decoration object with given values.