Uses of Interface
org.opencms.xml.xml2json.handler.I_CmsJsonHandler
-
Uses of I_CmsJsonHandler in org.opencms.xml.xml2json
Modifier and TypeMethodDescriptionstatic List<I_CmsJsonHandler>
CmsDefaultJsonHandlers.getHandlers()
Gets the default JSON handlers.I_CmsJsonHandlerProvider.getJsonHandlers()
Gets the list of provided JSON handlers.CmsJsonResourceHandler.getSubHandlers()
Gets the list of sub-handlers, sorted by ascending order.ModifierConstructorDescriptionCmsJsonRequest
(CmsJsonHandlerContext context, I_CmsJsonHandler handler) Creates a new JSON request. -
Uses of I_CmsJsonHandler in org.opencms.xml.xml2json.handler
Modifier and TypeClassDescriptionclass
Wrapper around a JSON handler that catches exceptions.class
JSON handler for rendering a container page as JSON.class
Produces directory listings in JSON format.class
JSON handler used to load JSPs referenced directly by path.class
JSON handler for rendering a list.class
Wrapper for JSON handlers that caches online project requests.class
JSON handler for rendering a resource as JSON.class
Sub-handler for converting XML contents to JSON, either as a whole or just specific locales or paths.ModifierConstructorDescriptionCreates a new instance.CmsJsonHandlerOnlineCachingWrapper
(I_CmsJsonHandler handler, String spec) Creates a new instance.