Uses of Class
org.opencms.jsp.decorator.CmsDecorationObject
Packages that use CmsDecorationObject
Package
Description
HTML postprocessor, used to tag single words or phrases in the HTML output.
-
Uses of CmsDecorationObject in org.opencms.jsp.decorator
Methods in org.opencms.jsp.decorator that return types with arguments of type CmsDecorationObjectModifier and TypeMethodDescriptionCmsDecorationBundle.getAll()Gets the map of all decoarion bundle entries.CmsDecorationMap.getDecorationMap()Returns the decorationMap.Methods in org.opencms.jsp.decorator with parameters of type CmsDecorationObjectModifier and TypeMethodDescriptionvoidCmsDecorationBundle.put(String key, CmsDecorationObject value) Stores an obiect in the decoration bundle.Method parameters in org.opencms.jsp.decorator with type arguments of type CmsDecorationObjectModifier and TypeMethodDescriptionvoidCmsDecorationBundle.putAll(Map<String, CmsDecorationObject> map) Puts a complete map of objects into bundle.voidCmsDecorationMap.setDecorationMap(Map<String, CmsDecorationObject> decorationMap) Sets the decorationMap.