Uses of Package
wicket.request

Packages that use wicket.request
wicket The core Wicket package. 
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
wicket.protocol.http.request.urlcompressing   
wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
wicket.request.compound This package contains a convenience implementation of IRequestCycleProcessor that breaks its functionality in delegate strategies so that they can more easily be mixed and matched. 
wicket.request.target.coding Additions to request targets. 
wicket.request.target.component.listener   
wicket.request.target.resource   
 

Classes in wicket.request used by wicket
ClientInfo
          Encapsulates information about the request cycle agents' capabilities.
IRequestCycleProcessor
           The request cycle processor is responsible for handling the steps of a request cycle.
RequestParameters
           Object that abstracts common request parameters.
 

Classes in wicket.request used by wicket.protocol.http
ClientInfo
          Encapsulates information about the request cycle agents' capabilities.
IRequestCycleProcessor
           The request cycle processor is responsible for handling the steps of a request cycle.
 

Classes in wicket.request used by wicket.protocol.http.portlet
ClientInfo
          Encapsulates information about the request cycle agents' capabilities.
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.
RequestParameters
           Object that abstracts common request parameters.
 

Classes in wicket.request used by wicket.protocol.http.request
ClientInfo
          Encapsulates information about the request cycle agents' capabilities.
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.
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.
RequestParameters
           Object that abstracts common request parameters.
 

Classes in wicket.request used by wicket.protocol.http.request.urlcompressing
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.
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.
RequestParameters
           Object that abstracts common request parameters.
 

Classes in wicket.request used by wicket.request
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.
IRequestTargetMounter
          Defines the contract for mounting request targets to paths.
RequestParameters
           Object that abstracts common request parameters.
 

Classes in wicket.request used by wicket.request.compound
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.
RequestParameters
           Object that abstracts common request parameters.
 

Classes in wicket.request used by wicket.request.target.coding
RequestParameters
           Object that abstracts common request parameters.
 

Classes in wicket.request used by wicket.request.target.component.listener
RequestParameters
           Object that abstracts common request parameters.
 

Classes in wicket.request used by wicket.request.target.resource
RequestParameters
           Object that abstracts common request parameters.
 



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