Uses of Class
org.opencms.loader.CmsTemplateContext
Packages that use CmsTemplateContext
Package
Description
Utility classes to be used for JSP pages.
Low-level functions to manage the loading of resources from the OpenCms VFS.
-
Uses of CmsTemplateContext in org.opencms.jsp.util
Methods in org.opencms.jsp.util with parameters of type CmsTemplateContextModifier and TypeMethodDescriptionprotected booleanCmsJspDeviceSelectorDesktopMobileTablet.isTemplateContextCompatible(CmsTemplateContext templateContext) Checks if a template context is compatible with this device selector. -
Uses of CmsTemplateContext in org.opencms.loader
Methods in org.opencms.loader that return CmsTemplateContextModifier and TypeMethodDescriptionCmsDefaultTemplateContextProvider.getTemplateContext(CmsObject cms, javax.servlet.http.HttpServletRequest request, CmsResource resource) CmsTemplateContextManager.getTemplateContext(String providerName, CmsObject cms, javax.servlet.http.HttpServletRequest request, CmsResource resource) Gets the template context to use.CmsTemplateLoaderFacade.getTemplateContext()Gets the template context.CmsTransformerTemplateProvider.getTemplateContext(CmsObject cms, javax.servlet.http.HttpServletRequest request, CmsResource resource) I_CmsTemplateContextProvider.getTemplateContext(CmsObject cms, javax.servlet.http.HttpServletRequest request, CmsResource resource) Determines the template context from the current CMS context, request, and resource.Methods in org.opencms.loader that return types with arguments of type CmsTemplateContextModifier and TypeMethodDescriptionCmsDefaultTemplateContextProvider.getAllContexts()CmsTransformerTemplateProvider.getAllContexts()I_CmsTemplateContextProvider.getAllContexts()Gets a map of all template contexts, with the template context names as keys.CmsTransformerTemplateProvider.Configuration.getContextMap()Gets the map of template contexts, with their internal names as keys.Methods in org.opencms.loader with parameters of type CmsTemplateContextModifier and TypeMethodDescriptionvoidCmsTemplateLoaderFacade.setTemplateContext(CmsTemplateContext context) Sets the template context.