See: Description
Interface | Description |
---|---|
IExceptionMapper |
Maps exception to
IRequestHandler . |
ILogData |
Base interface for log data collected by request handlers.
|
ILoggableRequestHandler |
A loggable request handler is a
IRequestHandler that is capable of delivering log data. |
IRequestCycle | |
IRequestHandler |
A request handler is the base entity that is the subject of a request.
|
IRequestHandlerDelegate |
A
IRequestHandler that delegates the actual work to another IRequestHandler . |
IRequestMapper | |
IRequestParameters |
Represents request parameters.
|
IUrlRenderer |
An interface that a Url can implement if it knows how to
render itself as full url or relative to a base url
|
IWritableRequestParameters |
Request parameters that can be modified.
|
Class | Description |
---|---|
HttpHeaderCollection |
A multivalue map of headers names and header values suitable for processing http request and
response headers.
|
Request |
Request object.
|
RequestHandlerExecutor |
Manages executions of
IRequestHandler s. |
Response |
Abstract base class for different implementations of response writing.
|
Url |
Represents the URL to an external resource or internal resource/component.
|
Url.QueryParameter |
Represents a single query parameter
|
UrlRenderer |
Takes care of rendering URLs.
|
UrlUtils |
Various url utilities
|
Enum | Description |
---|---|
Url.StringMode |
Modes with which urls can be stringized
|
Exception | Description |
---|---|
RequestHandlerExecutor.ReplaceHandlerException |
Exception to stop current request handler and execute a new one.
|
Package for classes that have generic (protocol independent) support for request cycle processing.
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.