Uses of Class
org.opencms.jsp.util.CmsJspContentAccessBean
Packages that use 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
Methods in org.opencms.jsp that return CmsJspContentAccessBean -
Uses of CmsJspContentAccessBean in org.opencms.jsp.search.result
Methods in org.opencms.jsp.search.result that return CmsJspContentAccessBeanModifier and TypeMethodDescriptionCmsSearchResourceBean.getXmlContent()
I_CmsSearchResourceBean.getXmlContent()
Reads the resource and allows content access in the current request language - in case of an XML content.Methods in org.opencms.jsp.search.result that return types with arguments of type CmsJspContentAccessBeanModifier 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
Fields in org.opencms.jsp.util with type parameters of type CmsJspContentAccessBeanModifier and TypeFieldDescriptionprotected List<CmsJspContentAccessBean>
CmsJspContentLoadBean.m_content
The List of results form the content loader.Methods in org.opencms.jsp.util that return CmsJspContentAccessBeanModifier and TypeMethodDescriptionReads an XML content and returns it as a content access beanMethods in org.opencms.jsp.util that return types with arguments of type CmsJspContentAccessBeanModifier 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()
.Methods in org.opencms.jsp.util with parameters of type CmsJspContentAccessBeanModifier 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.