| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsRequestHandler> |
CmsSystemConfiguration.getRequestHandlers()
Returns the list of instantiated request handler classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsStaticResourceHandler
Handles the requests for static resources located in the classpath.
|
class |
OpenCmsServlet
This the main servlet of the OpenCms system.
|
class |
OpenCmsServletErrorHandler
This the error handler servlet of the OpenCms system.
|
class |
OpenCmsSolrHandler
The OpenCms Solr handler.
|
class |
OpenCmsSpellcheckHandler
Handles spell check requests.
|
| Modifier and Type | Method and Description |
|---|---|
protected I_CmsRequestHandler |
OpenCmsCore.getRequestHandler(java.lang.String name)
Returns the handler instance for the specified name,
or null if the name does not match any handler name.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OpenCmsCore.addRequestHandler(I_CmsRequestHandler handler)
Adds the specified request handler to the Map of OpenCms request handlers.
|