Package org.apache.wicket.request
Package for classes that have generic (protocol independent) support for request cycle processing.
-
Interface Summary Interface Description IExceptionMapper Maps exception toIRequestHandler
.ILogData Base interface for log data collected by request handlers.ILoggableRequestHandler A loggable request handler is aIRequestHandler
that is capable of delivering log data.IRequestCycle IRequestHandler A request handler is the base entity that is the subject of a request.IRequestHandlerDelegate AIRequestHandler
that delegates the actual work to anotherIRequestHandler
.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 urlIWritableRequestParameters Request parameters that can be modified. -
Class Summary 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 ofIRequestHandler
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 parameterUrlRenderer Takes care of rendering URLs.UrlUtils Various url utilities -
Enum Summary Enum Description Url.StringMode Modes with which urls can be stringized -
Exception Summary Exception Description RequestHandlerExecutor.ReplaceHandlerException Exception to stop current request handler and execute a new one.