Uses of Interface
org.opencms.main.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
Modifier and TypeMethodDescriptionCmsSystemConfiguration.getRequestHandlers()
Returns the list of instantiated request handler classes. -
Uses of I_CmsRequestHandler in org.opencms.main
Modifier and TypeClassDescriptionclass
Handles the requests for static resources located in the classpath.class
This the main servlet of the OpenCms system.class
This the error handler servlet of the OpenCms system.class
The OpenCms Solr handler.class
Handles spell check requests.Modifier and TypeMethodDescriptionprotected I_CmsRequestHandler
OpenCmsCore.getRequestHandler
(String name) Returns the handler instance for the specified name, or null if the name does not match any handler name.Modifier and TypeMethodDescriptionprotected void
OpenCmsCore.addRequestHandler
(I_CmsRequestHandler handler) Adds the specified request handler to the Map of OpenCms request handlers.