程序包 | 说明 |
---|---|
org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.List<CmsJspContentAccessBean> |
CmsJspContentLoadBean.m_content
The List of results form the content loader.
|
限定符和类型 | 方法和说明 |
---|---|
static java.util.List<CmsJspContentAccessBean> |
CmsJspContentLoadBean.convertResourceList(CmsObject cms,
java.util.List<CmsResource> resources)
Converts a list of
CmsResource objects to a list of CmsJspContentAccessBean objects,
using the current request context locale. |
static java.util.List<CmsJspContentAccessBean> |
CmsJspContentLoadBean.convertResourceList(CmsObject cms,
java.util.Locale locale,
java.util.List<CmsResource> resources)
Converts a list of
CmsResource objects to a list of CmsJspContentAccessBean objects,
using the given locale. |
java.util.List<CmsJspContentAccessBean> |
CmsJspContentLoadBean.getContent()
Returns a List of
CmsJspContentAccessBean instances, which have been wrapped around
the original CmsResource instances of the collector result. |
java.util.Map<CmsJspContentAccessBean,CmsDynamicFunctionFormatWrapper> |
CmsJspStandardContextBean.getFunctionFormatFromContent()
Returns a lazy map which creates a wrapper object for a dynamic function format when given an XML content
as a key.
|
java.util.Map<java.lang.String,CmsJspContentAccessBean> |
CmsJspVfsAccessBean.getReadXml()
Returns a map that lazily reads XML documents from the OpenCms VFS that are wrapped using a
CmsJspContentAccessBean . |
java.util.Map<java.lang.String,CmsJspContentAccessBean> |
CmsJspVfsAccessBean.getXml()
Short form for
CmsJspVfsAccessBean.getReadXml() . |