Module org.apache.wicket.request
Package org.apache.wicket.request
package org.apache.wicket.request
Package for classes that have generic (protocol independent) support for request cycle processing.
-
ClassDescriptionA multivalue map of headers names and header values suitable for processing http request and response headers.Maps exception to
IRequestHandler
.Base interface for log data collected by request handlers.A loggable request handler is aIRequestHandler
that is capable of delivering log data.A request handler is the base entity that is the subject of a request.AIRequestHandler
that delegates the actual work to anotherIRequestHandler
.Represents request parameters.An interface that a Url can implement if it knows how to render itself as full url or relative to a base urlRequest parameters that can be modified.Request object.Manages executions ofIRequestHandler
s.Exception to stop current request handler and execute a new one.Abstract base class for different implementations of response writing.Represents the URL to an external resource or internal resource/component.Represents a single query parameterModes with which urls can be stringizedTakes care of rendering URLs.Various url utilities