Package wicket.request

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

See:
          Description

Interface Summary
IRequestCodingStrategy Implementations of this interface are responsible for digesting the incoming request and creating a suitable RequestParameters object for it, as well as creating url representations for request targets.
IRequestCycleProcessor The request cycle processor is responsible for handling the steps of a request cycle.
IRequestTargetMounter Defines the contract for mounting request targets to paths.
IRequestTargetMountsInfo Optional interface that can be implemented by implementations of IRequestTargetMounter to provide management extensions.
 

Class Summary
ClientInfo Encapsulates information about the request cycle agents' capabilities.
RequestParameters Object that abstracts common request parameters.
 

Package wicket.request Description

Package for classes that have generic (protocol independent) support for request cycle processing. Provides the most important request target interfaces and classes.



Copyright © 2004-2007 Wicket developers. All Rights Reserved.