Uses of Interface
org.opencms.main.I_CmsRequestHandler
Packages that use I_CmsRequestHandler
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
-
Uses of I_CmsRequestHandler in org.opencms.configuration
Methods in org.opencms.configuration that return types with arguments of type I_CmsRequestHandlerModifier and TypeMethodDescriptionCmsSystemConfiguration.getRequestHandlers()Returns the list of instantiated request handler classes. -
Uses of I_CmsRequestHandler in org.opencms.main
Classes in org.opencms.main that implement I_CmsRequestHandlerModifier and TypeClassDescriptionclassHandles the requests for static resources located in the classpath.classThis the main servlet of the OpenCms system.classThis the error handler servlet of the OpenCms system.classThe OpenCms Solr handler.classHandles spell check requests.Methods in org.opencms.main that return I_CmsRequestHandlerModifier and TypeMethodDescriptionprotected I_CmsRequestHandlerOpenCmsCore.getRequestHandler(String name) Returns the handler instance for the specified name, or null if the name does not match any handler name.Methods in org.opencms.main with parameters of type I_CmsRequestHandlerModifier and TypeMethodDescriptionprotected voidOpenCmsCore.addRequestHandler(I_CmsRequestHandler handler) Adds the specified request handler to the Map of OpenCms request handlers.