RequestWrapper
. It parses a query string and creates a parameter representation required for the Request
object.
@author Carsten Ziegeler
@version $Id: RequestParameters.java,v 1.1.2.5 2001/10/11 08:56:11 cziegeler Exp $
Object that abstracts common request parameters. It consists of possible optional parameters that can be translated from e.g. servlet request parameters and serves as a strongly typed variant of these that is to be created by the {@link org.apache.wicket.request.IRequestCycleProcessor}'s {@link org.apache.wicket.request.IRequestCodingStrategy}.
Though this object can be extended and hence more parameter options can be used, anything other than in this implementation must be supported by specific {@link org.apache.wicket.request.IRequestCycleProcessor} implementations and thus are notsupported by default implementations.
@author Eelco Hillenius
|
|
|
|
|
|