|
Class Summary |
| AJettyHandlerService |
base class for declarative services for registering Jetty handlers in the htp server. |
| ARequestHandler |
Abstract base class for RequestHandler implementations. |
| Constants |
Some often used constants. |
| RequestDispatcher |
Implementation of a HattpHandler that dispatches incoming requests to RequestHandlers that registered themselves with
this RequestDispatcher. |
| ResourceHandlerService |
An implementation of the JettyHandlerService interface to process requests to static web resources. |
| ServletContextService |
A prototypical service to register a single servlet in the http server. |
| WebappContextService |
An implementation of the JettyHandlerService interface to process requests to static web resources. |