| Package | Description |
|---|---|
| org.opencms.jsp |
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
|
| org.opencms.jsp.search.result |
API classes for the result of the search form support provided for server-side Solr search.
|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| Modifier and Type | Method and Description |
|---|---|
CmsJspContentAccessBean |
CmsJspResourceWrapper.getToXml()
Returns an XML content access bean created for this resource.
|
CmsJspContentAccessBean |
CmsJspResourceWrapper.getXml()
Returns an XML content access bean created for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
CmsJspContentAccessBean |
CmsSearchResourceBean.getXmlContent() |
CmsJspContentAccessBean |
I_CmsSearchResourceBean.getXmlContent()
Reads the resource and allows content access in the current request language - in case of an XML content.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CmsJspContentAccessBean> |
CmsSearchResourceBean.getXmlContentInLocale() |
java.util.Map<java.lang.String,CmsJspContentAccessBean> |
I_CmsSearchResourceBean.getXmlContentInLocale()
Reads the resource and allows content access in the specified language - in case of an XML content.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CmsJspContentAccessBean> |
CmsJspContentLoadBean.m_content
The List of results form the content loader.
|
| Modifier and Type | Method and Description |
|---|---|
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(). |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsStringTemplateRenderer.renderTemplate(CmsObject cms,
java.lang.String template,
CmsJspContentAccessBean content,
java.util.Map<java.lang.String,java.lang.Object> contextObjects)
Renders the given string template.
|