Uses of Class
org.opencms.xml.xml2json.handler.CmsJsonHandlerContext
Packages that use CmsJsonHandlerContext
Package
Description
-
Uses of CmsJsonHandlerContext in org.opencms.xml.xml2json
Methods in org.opencms.xml.xml2json that return CmsJsonHandlerContextConstructors in org.opencms.xml.xml2json with parameters of type CmsJsonHandlerContextModifierConstructorDescriptionCmsJsonRequest
(CmsJsonHandlerContext context, I_CmsJsonHandler handler) Creates a new JSON request. -
Uses of CmsJsonHandlerContext in org.opencms.xml.xml2json.document
Fields in org.opencms.xml.xml2json.document declared as CmsJsonHandlerContextModifier and TypeFieldDescriptionprotected CmsJsonHandlerContext
A_CmsJsonDocument.m_context
The handler context. -
Uses of CmsJsonHandlerContext in org.opencms.xml.xml2json.handler
Methods in org.opencms.xml.xml2json.handler with parameters of type CmsJsonHandlerContextModifier and TypeMethodDescriptionboolean
CmsExceptionSafeHandlerWrapper.matches
(CmsJsonHandlerContext context) boolean
CmsJsonHandlerContainerPage.matches
(CmsJsonHandlerContext context) boolean
CmsJsonHandlerFolder.matches
(CmsJsonHandlerContext context) boolean
CmsJsonHandlerJsp.matches
(CmsJsonHandlerContext context) boolean
CmsJsonHandlerList.matches
(CmsJsonHandlerContext context) boolean
CmsJsonHandlerOnlineCachingWrapper.matches
(CmsJsonHandlerContext context) boolean
CmsJsonHandlerResource.matches
(CmsJsonHandlerContext context) boolean
CmsJsonHandlerXmlContent.matches
(CmsJsonHandlerContext context) boolean
I_CmsJsonHandler.matches
(CmsJsonHandlerContext context) Returns true if the handler matches the given context.CmsExceptionSafeHandlerWrapper.renderJson
(CmsJsonHandlerContext context) CmsJsonHandlerContainerPage.renderJson
(CmsJsonHandlerContext context) CmsJsonHandlerFolder.renderJson
(CmsJsonHandlerContext context) CmsJsonHandlerJsp.renderJson
(CmsJsonHandlerContext context) CmsJsonHandlerList.renderJson
(CmsJsonHandlerContext context) CmsJsonHandlerOnlineCachingWrapper.renderJson
(CmsJsonHandlerContext context) CmsJsonHandlerResource.renderJson
(CmsJsonHandlerContext context) CmsJsonHandlerXmlContent.renderJson
(CmsJsonHandlerContext context) CmsJsonHandlerXmlContent.renderJson
(CmsJsonHandlerContext context, boolean throwError) Renders a JSON representation of an XML content.I_CmsJsonHandler.renderJson
(CmsJsonHandlerContext context) Renders the JSON.Constructors in org.opencms.xml.xml2json.handler with parameters of type CmsJsonHandlerContextModifierConstructorDescriptionKey
(CmsJsonHandlerContext context) Creates a new cache key for a context. -
Uses of CmsJsonHandlerContext in org.opencms.xml.xml2json.renderer
Methods in org.opencms.xml.xml2json.renderer with parameters of type CmsJsonHandlerContextModifier and TypeMethodDescriptionvoid
CmsJsonRendererXmlContent.initialize
(CmsJsonHandlerContext context) void
I_CmsJsonRendererXmlContent.initialize
(CmsJsonHandlerContext context) Initializes the context for the renderer.