Uses of Class
org.opencms.xml.xml2json.handler.CmsJsonHandlerContext
Package
Description
-
Uses of CmsJsonHandlerContext in org.opencms.xml.xml2json
ModifierConstructorDescriptionCmsJsonRequest
(CmsJsonHandlerContext context, I_CmsJsonHandler handler) Creates a new JSON request. -
Uses of CmsJsonHandlerContext in org.opencms.xml.xml2json.document
Modifier and TypeFieldDescriptionprotected CmsJsonHandlerContext
A_CmsJsonDocument.m_context
The handler context. -
Uses of CmsJsonHandlerContext in org.opencms.xml.xml2json.handler
Modifier 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.ModifierConstructorDescriptionKey
(CmsJsonHandlerContext context) Creates a new cache key for a context. -
Uses of CmsJsonHandlerContext in org.opencms.xml.xml2json.renderer
Modifier and TypeMethodDescriptionvoid
CmsJsonRendererXmlContent.initialize
(CmsJsonHandlerContext context) void
I_CmsJsonRendererXmlContent.initialize
(CmsJsonHandlerContext context) Initializes the context for the renderer.