RequestHandler-implementationsSee: Description
| Interface | Description |
|---|---|
| RequestHandler |
Handles a
HttpServletRequest. |
| Class | Description |
|---|---|
| ErrorPageHandler |
A
RequestHandler responsible for providing 404 error-pages. |
| GuiHandler |
A
RequestHandler responsible for handling requests to the appNG GUI provided by the several
Applications of a Site. |
| JspHandler |
A
RequestHandler responsible for serving JSPs. |
| MonitoringHandler |
A
RequestHandler that exposes some health information for the site. |
| MonitoringHandler.ApplicationInfo | |
| MonitoringHandler.Connection | |
| MonitoringHandler.Jar | |
| MonitoringHandler.SiteInfo | |
| RestService |
Adds support for detecting and handling
RestControllers. |
| ServiceRequestHandler |
A
RequestHandler which handles HttpServletRequests for different types of services.The schema for a complete path to a service is |
| SoapService |
This class makes it possible to provide a custom URL-Schema for Spring-WS backed
Endpoints. |
| StaticContentHandler |
A
RequestHandler responsible for serving static resources.Those resources may belong to a template or reside inside a document-folder of a Site (see
SiteProperties.DOCUMENT_DIR and Path.isDocument()). |
RequestHandler-implementationsCopyright © 2011–2021 aiticon GmbH. All rights reserved.