程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 字段和说明 |
---|---|
protected static CmsJspContentAccessValueWrapper |
CmsJspContentAccessValueWrapper.NULL_VALUE_WRAPPER
Constant for the null (non existing) value.
|
限定符和类型 | 字段和说明 |
---|---|
protected static java.util.Map<java.lang.String,CmsJspContentAccessValueWrapper> |
CmsJspContentAccessBean.CONSTANT_NULL_VALUE_WRAPPER_MAP
Constant Map that always returns the
NULL_VALUE_WRAPPER . |
限定符和类型 | 方法和说明 |
---|---|
static CmsJspContentAccessValueWrapper |
CmsJspContentAccessValueWrapper.createWrapper(CmsObject cms,
I_CmsXmlContentValue value)
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.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 字段和说明 |
---|---|
static java.util.Map<java.lang.String,java.util.List<CmsJspContentAccessValueWrapper>> |
CmsConstantMap.CONSTANT_EMPTY_LIST_MAP
Constant Map that always returns an empty list.
|