Uses of Class
org.opencms.jsp.util.CmsJspContentAccessValueWrapper
Package
Description
Utility classes to be used for JSP pages.
Utility functions for String manipulation and other often used tasks.
-
Uses of CmsJspContentAccessValueWrapper in org.opencms.jsp.util
Modifier and TypeFieldDescriptionprotected static final CmsJspContentAccessValueWrapper
CmsJspContentAccessValueWrapper.NULL_VALUE_WRAPPER
Constant for the null (non existing) value.Modifier and TypeFieldDescriptionprotected static final Map<String,
CmsJspContentAccessValueWrapper> CmsJspContentAccessBean.CONSTANT_NULL_VALUE_WRAPPER_MAP
Constant Map that always returns theNULL_VALUE_WRAPPER
.Modifier and TypeMethodDescriptionCmsJspContentAccessValueWrapper.createWrapper
(CmsObject cms, I_CmsXmlContentValue value, I_CmsXmlDocument content, String valueName, Locale locale) Factory method to create a new XML content value wrapper.CmsJspContentAccessValueWrapper.createWrapper
(CmsObject cms, I_CmsXmlContentValue value, I_CmsXmlContentValue parentValue, String valueName) Factory method to create a new XML content value wrapper.CmsJspContentAccessValueWrapper.getResolve()
Short form ofgetResolveMacros()
.CmsJspContentAccessValueWrapper.getResolveMacros()
Turn on macro resolving for the wrapped value.Modifier and TypeMethodDescriptionCmsJspContentAccessBean.getLocaleSubValueList()
Returns a lazy initialized Map that provides a Map that provides Lists of direct sub values from the XML content in the selected locale.CmsJspContentAccessBean.getLocaleValue()
Returns a lazy initialized Map that provides a Map that provides values from the XML content in the selected locale.CmsJspContentAccessBean.getLocaleValueList()
Returns a lazy initialized Map that provides a Map that provides Lists of values from the XML content in the selected locale.CmsJspContentAccessBean.getSubValueList()
Returns a lazy initialized Map that provides Lists of direct sub values of the given value from the XML content in the current locale.CmsJspContentAccessValueWrapper.getSubValueList()
Returns a lazy initialized Map that provides the Lists of sub values directly below the current value from the XML content.CmsJspContentAccessBean.getValue()
Returns a lazy initialized Map that provides values from the XML content in the current locale.CmsJspContentAccessValueWrapper.getValue()
Returns a lazy initialized Map that provides the nested sub values for the current value from the XML content.CmsJspContentAccessBean.getValueList()
Returns a lazy initialized Map that provides Lists of values from the XML content in the current locale.CmsJspContentAccessValueWrapper.getValueList()
Returns a lazy initialized Map that provides the Lists of nested sub values for the current value from the XML content.Modifier and TypeMethodDescriptionstatic String
CmsStringTemplateRenderer.renderTemplate
(CmsObject cms, String template, CmsJspContentAccessValueWrapper contentValue, Map<String, Object> contextObjects) Renders the given string template.ModifierConstructorDescriptionCmsJspDateSeriesBean
(CmsJspContentAccessValueWrapper value, Locale locale) Constructor for a date series bean. -
Uses of CmsJspContentAccessValueWrapper in org.opencms.util
Modifier and TypeFieldDescriptionstatic final Map<String,
List<CmsJspContentAccessValueWrapper>> CmsConstantMap.CONSTANT_EMPTY_LIST_MAP
Constant Map that always returns an empty list.