Package org.apache.wicket.request

Package for classes that have generic (protocol independent) support for request cycle processing.

See:
          Description

Interface Summary
IExceptionMapper Maps exception to IRequestHandler.
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.
 

Enum Summary
UrlEncoder.Type encoder types
 

Exception Summary
RequestHandlerStack.ReplaceHandlerException Exception to stop current request handler and execute a new one.
 

Package org.apache.wicket.request Description

Package for classes that have generic (protocol independent) support for request cycle processing.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.