Uses of Class
org.opencms.jsp.util.CmsJspStandardContextBean
Packages that use 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
Constructors in org.opencms.ade.configuration.plugins with parameters of type CmsJspStandardContextBeanModifierConstructorDescriptionCmsTemplatePluginFinder
(CmsJspStandardContextBean standardContextBean) Creates a new instance. -
Uses of CmsJspStandardContextBean in org.opencms.jsp
Methods in org.opencms.jsp with parameters of type CmsJspStandardContextBeanModifier 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
Methods in org.opencms.jsp.util that return CmsJspStandardContextBeanModifier 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.Methods in org.opencms.jsp.util with parameters of type CmsJspStandardContextBeanModifier 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.Constructors in org.opencms.jsp.util with parameters of type CmsJspStandardContextBeanModifierConstructorDescriptionCmsContainerTypeInfoWrapper
(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.