Uses of Class
org.opencms.jsp.util.CmsJspContentAccessValueWrapper
Packages that use 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
Fields in org.opencms.jsp.util declared as CmsJspContentAccessValueWrapperModifier and TypeFieldDescriptionprotected static final CmsJspContentAccessValueWrapper
CmsJspContentAccessValueWrapper.NULL_VALUE_WRAPPER
Constant for the null (non existing) value.Fields in org.opencms.jsp.util with type parameters of type CmsJspContentAccessValueWrapperModifier and TypeFieldDescriptionprotected static final Map<String,
CmsJspContentAccessValueWrapper> CmsJspContentAccessBean.CONSTANT_NULL_VALUE_WRAPPER_MAP
Constant Map that always returns theNULL_VALUE_WRAPPER
.Methods in org.opencms.jsp.util that return CmsJspContentAccessValueWrapperModifier 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.Methods in org.opencms.jsp.util that return types with arguments of type CmsJspContentAccessValueWrapperModifier 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.Methods in org.opencms.jsp.util with parameters of type CmsJspContentAccessValueWrapperModifier and TypeMethodDescriptionstatic String
CmsStringTemplateRenderer.renderTemplate
(CmsObject cms, String template, CmsJspContentAccessValueWrapper contentValue, Map<String, Object> contextObjects) Renders the given string template.Constructors in org.opencms.jsp.util with parameters of type CmsJspContentAccessValueWrapperModifierConstructorDescriptionCmsJspDateSeriesBean
(CmsJspContentAccessValueWrapper value, Locale locale) Constructor for a date series bean. -
Uses of CmsJspContentAccessValueWrapper in org.opencms.util
Fields in org.opencms.util with type parameters of type CmsJspContentAccessValueWrapperModifier and TypeFieldDescriptionstatic final Map<String,
List<CmsJspContentAccessValueWrapper>> CmsConstantMap.CONSTANT_EMPTY_LIST_MAP
Constant Map that always returns an empty list.