Uses of Package
org.apache.wicket.request

Packages that use org.apache.wicket.request
org.apache.wicket The core Wicket package. 
org.apache.wicket.examples.images   
org.apache.wicket.examples.niceurl   
org.apache.wicket.examples.signin2   
org.apache.wicket.examples.staticpages   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
org.apache.wicket.protocol.http.request.urlcompressing   
org.apache.wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
org.apache.wicket.request.target.basic   
org.apache.wicket.request.target.coding Additions to request targets. 
org.apache.wicket.request.target.component.listener   
org.apache.wicket.request.target.resource   
 

Classes in org.apache.wicket.request used by org.apache.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 org.apache.wicket.request used by org.apache.wicket.examples.images
IRequestCycleProcessor
           The request cycle processor is responsible for handling the steps of a request cycle.
 

Classes in org.apache.wicket.request used by org.apache.wicket.examples.niceurl
IRequestCycleProcessor
           The request cycle processor is responsible for handling the steps of a request cycle.
 

Classes in org.apache.wicket.request used by org.apache.wicket.examples.signin2
IRequestCycleProcessor
           The request cycle processor is responsible for handling the steps of a request cycle.
 

Classes in org.apache.wicket.request used by org.apache.wicket.examples.staticpages
RequestParameters
           Object that abstracts common request parameters.
 

Classes in org.apache.wicket.request used by org.apache.wicket.protocol.http
AbstractRequestCycleProcessor
          Default abstract implementation of IRequestCycleProcessor.
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.
RequestParameters
           Object that abstracts common request parameters.
 

Classes in org.apache.wicket.request used by org.apache.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 org.apache.wicket.request used by org.apache.wicket.protocol.http.request.urlcompressing
AbstractRequestCycleProcessor
          Default abstract implementation of IRequestCycleProcessor.
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.
RequestParameters
           Object that abstracts common request parameters.
 

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

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

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

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



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.