Uses of Class
org.opencms.jsp.util.CmsJspStandardContextBean
Package
Description
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Utility classes to be used for JSP pages.
-
Uses of CmsJspStandardContextBean in org.opencms.ade.configuration.plugins
ModifierConstructorDescriptionCmsTemplatePluginFinder
(CmsJspStandardContextBean standardContextBean) Creates a new instance. -
Uses of CmsJspStandardContextBean in org.opencms.jsp
Modifier and TypeMethodDescriptionprotected void
CmsJspTagHeadIncludes.collectHeadIncludesForContainerElement
(CmsObject cms, javax.servlet.ServletRequest req, CmsJspStandardContextBean standardContext, CmsContainerPageBean containerPage, String includeType, Set<String> headincludes, Map<String, String> inline) Collects the head includes for a given container element. -
Uses of CmsJspStandardContextBean in org.opencms.jsp.util
Modifier and TypeMethodDescriptionCmsJspStandardContextBean.createCopy()
Returns a copy of this JSP context bean.static CmsJspStandardContextBean
CmsJspStandardContextBean.getInstance
(javax.servlet.ServletRequest req) Creates a new instance of the standard JSP context bean.protected CmsJspStandardContextBean
A_CmsJspCustomContextBean.getStandardContextBean()
Returns the standard context.Modifier and TypeMethodDescriptionCmsJspContainerPageWrapper.renderContainer
(CmsJspStandardContextBean context, String name) Renders the element in the container with the given name or name prefix.void
A_CmsJspCustomContextBean.setContext
(CmsJspStandardContextBean context) Set the context for the bean.ModifierConstructorDescriptionCmsContainerTypeInfoWrapper
(CmsJspStandardContextBean context, CmsObject cms, CmsADEConfigData config, String type) Creates a new instance.Creates a new instance.CmsResourceTypeInfoWrapper
(CmsJspStandardContextBean context, CmsObject cms, CmsADEConfigData config, I_CmsResourceType type) Creates a new instance.