Uses of Class
org.opencms.jsp.util.CmsJspObjectValueWrapper
Packages that use CmsJspObjectValueWrapper
-
Uses of CmsJspObjectValueWrapper in org.opencms.jsp.util
Fields in org.opencms.jsp.util declared as CmsJspObjectValueWrapperModifier and TypeFieldDescriptionprotected static final CmsJspObjectValueWrapper
CmsJspObjectValueWrapper.NULL_VALUE_WRAPPER
Constant for the null (non existing) value.Methods in org.opencms.jsp.util that return CmsJspObjectValueWrapperModifier and TypeMethodDescriptionstatic CmsJspObjectValueWrapper
CmsJspObjectValueWrapper.createWrapper
(CmsObject cms, Object value) Factory method to create a new XML content value wrapper.Methods in org.opencms.jsp.util that return types with arguments of type CmsJspObjectValueWrapperModifier and TypeMethodDescriptionCmsJspSitemapConfigWrapper.getAttribute()
Returns a lazy map that maps sitemap attribute names to sitemap attribute values (as CmsJspObjectValueWrapper instances)CmsJspStandardContextBean.getFormatterSettingDefault()
Gets a lazy map which can be used to access element setting defaults for a specific formatter key and setting name.CmsJspStandardContextBean.getReadAttributeOrProperty()
Lazily reads the given attribute from the current sitemap or a property of the same name from the given resource.static Map<String,
CmsJspObjectValueWrapper> CmsStringTemplateRenderer.wrapSettings
(CmsObject cms, Map<String, String> settings) Wraps the element settings with access wrappers.