| Package | Description |
|---|---|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| org.opencms.util |
Utility functions for String manipulation and other often used tasks.
|
| Modifier and Type | Field and Description |
|---|---|
protected static CmsJspContentAccessValueWrapper |
CmsJspContentAccessValueWrapper.NULL_VALUE_WRAPPER
Constant for the null (non existing) value.
|
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<java.lang.String,CmsJspContentAccessValueWrapper> |
CmsJspContentAccessBean.CONSTANT_NULL_VALUE_WRAPPER_MAP
Constant Map that always returns the
NULL_VALUE_WRAPPER. |
| Modifier and Type | Method and Description |
|---|---|
static CmsJspContentAccessValueWrapper |
CmsJspContentAccessValueWrapper.createWrapper(CmsObject cms,
I_CmsXmlContentValue value,
I_CmsXmlContentValue parentValue,
java.lang.String valueName)
Factory method to create a new XML content value wrapper.
|
static CmsJspContentAccessValueWrapper |
CmsJspContentAccessValueWrapper.createWrapper(CmsObject cms,
I_CmsXmlContentValue value,
I_CmsXmlDocument content,
java.lang.String valueName,
java.util.Locale locale)
Factory method to create a new XML content value wrapper.
|
CmsJspContentAccessValueWrapper |
CmsJspContentAccessValueWrapper.getResolve()
Short form of
getResolveMacros(). |
CmsJspContentAccessValueWrapper |
CmsJspContentAccessValueWrapper.getResolveMacros()
Turn on macro resolving for the wrapped value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<CmsJspContentAccessValueWrapper>>> |
CmsJspContentAccessBean.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.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,CmsJspContentAccessValueWrapper>> |
CmsJspContentAccessBean.getLocaleValue()
Returns a lazy initialized Map that provides a Map that provides
values from the XML content in the selected locale.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<CmsJspContentAccessValueWrapper>>> |
CmsJspContentAccessBean.getLocaleValueList()
Returns a lazy initialized Map that provides a Map that provides Lists of values
from the XML content in the selected locale.
|
java.util.Map<java.lang.String,java.util.List<CmsJspContentAccessValueWrapper>> |
CmsJspContentAccessValueWrapper.getSubValueList()
Returns a lazy initialized Map that provides the Lists of sub values directly below
the current value from the XML content.
|
java.util.Map<java.lang.String,java.util.List<CmsJspContentAccessValueWrapper>> |
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.
|
java.util.Map<java.lang.String,CmsJspContentAccessValueWrapper> |
CmsJspContentAccessValueWrapper.getValue()
Returns a lazy initialized Map that provides the nested sub values
for the current value from the XML content.
|
java.util.Map<java.lang.String,CmsJspContentAccessValueWrapper> |
CmsJspContentAccessBean.getValue()
Returns a lazy initialized Map that provides values from the XML content in the current locale.
|
java.util.Map<java.lang.String,java.util.List<CmsJspContentAccessValueWrapper>> |
CmsJspContentAccessValueWrapper.getValueList()
Returns a lazy initialized Map that provides the Lists of nested sub values
for the current value from the XML content.
|
java.util.Map<java.lang.String,java.util.List<CmsJspContentAccessValueWrapper>> |
CmsJspContentAccessBean.getValueList()
Returns a lazy initialized Map that provides Lists of values from the XML content in the current locale.
|
| Constructor and Description |
|---|
CmsJspDateSeriesBean(CmsJspContentAccessValueWrapper value,
java.util.Locale locale)
Constructor for a date series bean.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.util.List<CmsJspContentAccessValueWrapper>> |
CmsConstantMap.CONSTANT_EMPTY_LIST_MAP
Constant Map that always returns an empty list.
|