Uses of Interface
org.opencms.xml.xml2json.handler.I_CmsJsonHandler
-
Packages that use I_CmsJsonHandler Package Description org.opencms.xml.xml2json org.opencms.xml.xml2json.handler -
-
Uses of I_CmsJsonHandler in org.opencms.xml.xml2json
Methods in org.opencms.xml.xml2json that return types with arguments of type I_CmsJsonHandler Modifier and Type Method Description static java.util.List<I_CmsJsonHandler>
CmsDefaultJsonHandlers. getHandlers()
Gets the default JSON handlers.java.util.List<I_CmsJsonHandler>
I_CmsJsonHandlerProvider. getJsonHandlers()
Gets the list of provided JSON handlers.java.util.List<I_CmsJsonHandler>
CmsJsonResourceHandler. getSubHandlers()
Gets the list of sub-handlers, sorted by ascending order.Constructors in org.opencms.xml.xml2json with parameters of type I_CmsJsonHandler Constructor Description CmsJsonRequest(CmsJsonHandlerContext context, I_CmsJsonHandler handler)
Creates a new JSON request. -
Uses of I_CmsJsonHandler in org.opencms.xml.xml2json.handler
Classes in org.opencms.xml.xml2json.handler that implement I_CmsJsonHandler Modifier and Type Class Description class
CmsExceptionSafeHandlerWrapper
Wrapper around a JSON handler that catches exceptions.class
CmsJsonHandlerContainerPage
JSON handler for rendering a container page as JSON.class
CmsJsonHandlerFolder
Produces directory listings in JSON format.class
CmsJsonHandlerJsp
JSON handler used to load JSPs referenced directly by path.class
CmsJsonHandlerList
JSON handler for rendering a list.class
CmsJsonHandlerOnlineCachingWrapper
Wrapper for JSON handlers that caches online project requests.class
CmsJsonHandlerResource
JSON handler for rendering a resource as JSON.class
CmsJsonHandlerXmlContent
Sub-handler for converting XML contents to JSON, either as a whole or just specific locales or paths.Constructors in org.opencms.xml.xml2json.handler with parameters of type I_CmsJsonHandler Constructor Description CmsExceptionSafeHandlerWrapper(I_CmsJsonHandler handler)
Creates a new instance.CmsJsonHandlerOnlineCachingWrapper(I_CmsJsonHandler handler, java.lang.String spec)
Creates a new instance.
-