Uses of Class
org.apache.wicket.request.Request

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

Uses of Request in org.apache.wicket.request
 

Methods in org.apache.wicket.request that return Request
 Request Request.cloneWithUrl(Url url)
          Returns request with specified URL and same POST parameters as this request.
 Request IRequestCycle.getRequest()
           
 

Methods in org.apache.wicket.request with parameters of type Request
 int IRequestMapper.getCompatibilityScore(Request request)
          Returns the score representing how compatible this request mapper is to processing the given request.
 IRequestHandler IRequestMapper.mapRequest(Request request)
          Returns IRequestHandler for the request or null if the Url is not recognized.
 

Constructors in org.apache.wicket.request with parameters of type Request
UrlRenderer(Request request)
          Construct.
 

Uses of Request in org.apache.wicket.request.http
 

Subclasses of Request in org.apache.wicket.request.http
 class WebRequest
          Base class for request that provides additional web-related information.
 

Uses of Request in org.apache.wicket.request.mapper
 

Methods in org.apache.wicket.request.mapper with parameters of type Request
protected  PageParameters AbstractMapper.extractPageParameters(Request request, int segmentsToSkip, IPageParametersEncoder encoder)
          Extracts PageParameters from the URL using the given IPageParametersEncoder .
 int CompoundRequestMapper.getCompatibilityScore(Request request)
          The scope of the compound mapper is the highest score of the registered mappers.
 int ParentPathReferenceRewriter.getCompatibilityScore(Request request)
          Returns the score representing how compatible this request mapper is to processing the given request.
 IRequestHandler CompoundRequestMapper.mapRequest(Request request)
          Searches the registered IRequestMappers to find one that can map the Request.
 IRequestHandler ParentPathReferenceRewriter.mapRequest(Request request)
           
 

Uses of Request in org.apache.wicket.request.mapper.mount
 

Methods in org.apache.wicket.request.mapper.mount with parameters of type Request
 int MountMapper.getCompatibilityScore(Request request)
           
 int IMountedRequestMapper.getCompatibilityScore(Request request)
          Returns the score representing how compatible this request mapper is to processing the given request.
 IRequestHandler MountMapper.mapRequest(Request request)
           
 IRequestHandler IMountedRequestMapper.mapRequest(Request request, MountParameters mountParams)
          Returns IRequestHandler for the request or null if the encoder does not recognize the URL.
 

Uses of Request in org.apache.wicket.request.mapper.parameter
 

Methods in org.apache.wicket.request.mapper.parameter with parameters of type Request
 PageParameters UrlPathPageParametersEncoder.decodePageParameters(Request request)
           
 PageParameters IPageParametersEncoder.decodePageParameters(Request request)
          Decodes the given URL to PageParameters.
 PageParameters PageParametersEncoder.decodePageParameters(Request request)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.