Uses of Class
org.opencms.jsp.util.CmsJspObjectValueWrapper
-
Uses of CmsJspObjectValueWrapper in org.opencms.jsp.util
Modifier and TypeFieldDescriptionprotected static final CmsJspObjectValueWrapper
CmsJspObjectValueWrapper.NULL_VALUE_WRAPPER
Constant for the null (non existing) value.Modifier and TypeMethodDescriptionstatic CmsJspObjectValueWrapper
CmsJspObjectValueWrapper.createWrapper
(CmsObject cms, Object value) Factory method to create a new XML content value wrapper.Modifier 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.