程序包 | 说明 |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsRequestHandler> |
CmsSystemConfiguration.getRequestHandlers()
Returns the list of instantiated request handler classes.
|
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
OpenCmsCore.addRequestHandler(I_CmsRequestHandler handler)
Adds the specified request handler to the Map of OpenCms request handlers.
|