Uses of Package
org.apache.wicket.request

Packages that use org.apache.wicket.request
org.apache.wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
org.apache.wicket.request.flow   
org.apache.wicket.request.handler   
org.apache.wicket.request.handler.logger   
org.apache.wicket.request.http   
org.apache.wicket.request.http.flow   
org.apache.wicket.request.http.handler   
org.apache.wicket.request.mapper   
org.apache.wicket.request.mapper.mount   
org.apache.wicket.request.mapper.parameter   
org.apache.wicket.request.parameter   
 

Classes in org.apache.wicket.request used by org.apache.wicket.request
ILogData
          Base interface for log data collected by request handlers.
IRequestCycle
          TODO javadoc
IRequestHandler
          A request handler is the base entity that is the subject of a request.
IRequestParameters
          Represents request parameters.
Request
          Request object.
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
Url.StringMode
          Modes with which urls can be stringized
UrlRenderer
          Takes care of rendering URLs.
 

Classes in org.apache.wicket.request used by org.apache.wicket.request.flow
IRequestHandler
          A request handler is the base entity that is the subject of a request.
RequestHandlerStack.ReplaceHandlerException
          Exception to stop current request handler and execute a new one.
 

Classes in org.apache.wicket.request used by org.apache.wicket.request.handler
IRequestCycle
          TODO javadoc
IRequestHandler
          A request handler is the base entity that is the subject of a request.
 

Classes in org.apache.wicket.request used by org.apache.wicket.request.handler.logger
ILogData
          Base interface for log data collected by request handlers.
 

Classes in org.apache.wicket.request used by org.apache.wicket.request.http
Request
          Request object.
Response
          Abstract base class for different implementations of response writing.
Url
          Represents the URL to an external resource or internal resource/component.
 

Classes in org.apache.wicket.request used by org.apache.wicket.request.http.flow
RequestHandlerStack.ReplaceHandlerException
          Exception to stop current request handler and execute a new one.
 

Classes in org.apache.wicket.request used by org.apache.wicket.request.http.handler
IRequestCycle
          TODO javadoc
IRequestHandler
          A request handler is the base entity that is the subject of a request.
 

Classes in org.apache.wicket.request used by org.apache.wicket.request.mapper
IRequestHandler
          A request handler is the base entity that is the subject of a request.
IRequestMapper
          Maps IRequestHandler(s) into Url(s) and Request(s) to IRequestHandler(s).
Request
          Request object.
Url
          Represents the URL to an external resource or internal resource/component.
 

Classes in org.apache.wicket.request used by org.apache.wicket.request.mapper.mount
IRequestHandler
          A request handler is the base entity that is the subject of a request.
IRequestMapper
          Maps IRequestHandler(s) into Url(s) and Request(s) to IRequestHandler(s).
Request
          Request object.
Url
          Represents the URL to an external resource or internal resource/component.
 

Classes in org.apache.wicket.request used by org.apache.wicket.request.mapper.parameter
Url
          Represents the URL to an external resource or internal resource/component.
 

Classes in org.apache.wicket.request used by org.apache.wicket.request.parameter
IRequestParameters
          Represents request parameters.
Url
          Represents the URL to an external resource or internal resource/component.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.