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.
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.
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 Summary
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 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 Summary
Url.StringMode Modes with which urls can be stringized
 

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–2013 Apache Software Foundation. All rights reserved.