Uses of Class
org.opencms.xml.xml2json.handler.CmsJsonHandlerContext
-
Packages that use CmsJsonHandlerContext Package Description org.opencms.xml.xml2json org.opencms.xml.xml2json.document org.opencms.xml.xml2json.handler org.opencms.xml.xml2json.renderer -
-
Uses of CmsJsonHandlerContext in org.opencms.xml.xml2json
Methods in org.opencms.xml.xml2json that return CmsJsonHandlerContext Modifier and Type Method Description CmsJsonHandlerContext
CmsJsonRequest. getContext()
Returns the JSON handler context.Constructors in org.opencms.xml.xml2json with parameters of type CmsJsonHandlerContext Constructor Description CmsJsonRequest(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 CmsJsonHandlerContext Modifier and Type Field Description protected 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 CmsJsonHandlerContext Modifier and Type Method Description boolean
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.CmsJsonResult
CmsExceptionSafeHandlerWrapper. renderJson(CmsJsonHandlerContext context)
CmsJsonResult
CmsJsonHandlerContainerPage. renderJson(CmsJsonHandlerContext context)
CmsJsonResult
CmsJsonHandlerFolder. renderJson(CmsJsonHandlerContext context)
CmsJsonResult
CmsJsonHandlerJsp. renderJson(CmsJsonHandlerContext context)
CmsJsonResult
CmsJsonHandlerList. renderJson(CmsJsonHandlerContext context)
CmsJsonResult
CmsJsonHandlerOnlineCachingWrapper. renderJson(CmsJsonHandlerContext context)
CmsJsonResult
CmsJsonHandlerResource. renderJson(CmsJsonHandlerContext context)
CmsJsonResult
CmsJsonHandlerXmlContent. renderJson(CmsJsonHandlerContext context)
CmsJsonResult
CmsJsonHandlerXmlContent. renderJson(CmsJsonHandlerContext context, boolean throwError)
Renders a JSON representation of an XML content.CmsJsonResult
I_CmsJsonHandler. renderJson(CmsJsonHandlerContext context)
Renders the JSON.Constructors in org.opencms.xml.xml2json.handler with parameters of type CmsJsonHandlerContext Constructor Description Key(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 CmsJsonHandlerContext Modifier and Type Method Description void
CmsJsonRendererXmlContent. initialize(CmsJsonHandlerContext context)
void
I_CmsJsonRendererXmlContent. initialize(CmsJsonHandlerContext context)
Initializes the context for the renderer.
-