Uses of Class
org.opencms.jsp.util.CmsJspContentAccessBean
Package
Description
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
API classes for the result of the search form support provided for server-side Solr search.
Utility classes to be used for JSP pages.
-
Uses of CmsJspContentAccessBean in org.opencms.jsp
-
Uses of CmsJspContentAccessBean in org.opencms.jsp.search.result
Modifier and TypeMethodDescriptionCmsSearchResourceBean.getXmlContent()
I_CmsSearchResourceBean.getXmlContent()
Reads the resource and allows content access in the current request language - in case of an XML content.Modifier and TypeMethodDescriptionCmsSearchResourceBean.getXmlContentInLocale()
I_CmsSearchResourceBean.getXmlContentInLocale()
Reads the resource and allows content access in the specified language - in case of an XML content. -
Uses of CmsJspContentAccessBean in org.opencms.jsp.util
Modifier and TypeFieldDescriptionprotected List<CmsJspContentAccessBean>
CmsJspContentLoadBean.m_content
The List of results form the content loader.Modifier and TypeMethodDescriptionReads an XML content and returns it as a content access beanModifier and TypeMethodDescriptionstatic List<CmsJspContentAccessBean>
CmsJspContentLoadBean.convertResourceList
(CmsObject cms, List<CmsResource> resources) Converts a list ofCmsResource
objects to a list ofCmsJspContentAccessBean
objects, using the current request context locale.static List<CmsJspContentAccessBean>
CmsJspContentLoadBean.convertResourceList
(CmsObject cms, Locale locale, List<CmsResource> resources) Converts a list ofCmsResource
objects to a list ofCmsJspContentAccessBean
objects, using the given locale.CmsJspContentLoadBean.getContent()
Returns a List ofCmsJspContentAccessBean
instances, which have been wrapped around the originalCmsResource
instances of the collector result.CmsJspStandardContextBean.getFunctionFormatFromContent()
Returns a lazy map which creates a wrapper object for a dynamic function format when given an XML content as a key.CmsJspVfsAccessBean.getReadXml()
Returns a map that lazily reads XML documents from the OpenCms VFS that are wrapped using aCmsJspContentAccessBean
.CmsJspVfsAccessBean.getXml()
Short form forCmsJspVfsAccessBean.getReadXml()
.Modifier and TypeMethodDescriptionCmsJspStandardContextBean.getBinaryUploadFolder
(CmsJspContentAccessBean content) Finds the folder to use for binary uploads, based on the list configuration given as an argument or the current sitemap configuration.static String
CmsStringTemplateRenderer.renderTemplate
(CmsObject cms, String template, CmsJspContentAccessBean content, Map<String, Object> contextObjects) Renders the given string template.