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
Application s 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
RestController s. |
ServiceRequestHandler |
A
RequestHandler which handles HttpServletRequest s 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
Endpoint s. |
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.