|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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 | TODO javadoc |
| 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 | Maps IRequestHandler(s) into Url(s) and Request(s) to
IRequestHandler(s). |
| IRequestParameters | Represents request parameters. |
| IWritableRequestParameters | Request parameters that can be modified. |
| Class Summary | |
|---|---|
| ClientInfo | Encapsulates information about the request cycle agents' capabilities. |
| HttpHeaderCollection | a multivalue map of headers names and header values suitable for processing http request and response headers. |
| Request | Request object. |
| RequestHandlerStack | Manages stack of executions of IRequestHandlers. |
| Response | Abstract base class for different implementations of response writing. |
| Url | Represents the URL part after Wicket Filter. |
| Url.QueryParameter | Represents a single query parameter |
| UrlDecoder | Adapted from java.net.URLDecoder, but defines instances for query string decoding versus URL path component decoding. |
| UrlEncoder | Adapted from java.net.URLEncoder, but defines instances for query string encoding versus URL path component encoding. |
| UrlRenderer | Takes care of rendering URLs. |
| UrlUtils | Various url utilities |
| Enum Summary | |
|---|---|
| Url.StringMode | Modes with which urls can be stringized |
| UrlEncoder.Type | encoder types |
| Exception Summary | |
|---|---|
| RequestHandlerStack.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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||