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 CmsJsonHandlerContextA_CmsJsonDocument.m_contextThe handler context. -
Uses of CmsJsonHandlerContext in org.opencms.xml.xml2json.handler
Methods in org.opencms.xml.xml2json.handler with parameters of type CmsJsonHandlerContextModifier and TypeMethodDescriptionbooleanCmsExceptionSafeHandlerWrapper.matches(CmsJsonHandlerContext context) booleanCmsJsonHandlerContainerPage.matches(CmsJsonHandlerContext context) booleanCmsJsonHandlerFolder.matches(CmsJsonHandlerContext context) booleanCmsJsonHandlerJsp.matches(CmsJsonHandlerContext context) booleanCmsJsonHandlerList.matches(CmsJsonHandlerContext context) booleanCmsJsonHandlerOnlineCachingWrapper.matches(CmsJsonHandlerContext context) booleanCmsJsonHandlerResource.matches(CmsJsonHandlerContext context) booleanCmsJsonHandlerXmlContent.matches(CmsJsonHandlerContext context) booleanI_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 TypeMethodDescriptionvoidCmsJsonRendererXmlContent.initialize(CmsJsonHandlerContext context) voidI_CmsJsonRendererXmlContent.initialize(CmsJsonHandlerContext context) Initializes the context for the renderer.