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   
 

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 ParentPathReferenceRewriter.getCompatibilityScore(Request request)
          Returns the score representing how compatible this request mapper is to processing the given request.
 int CompoundRequestMapper.getCompatibilityScore(Request request)
          The scope of the compound mapper is the highest score of the registered mappers.
 IRequestHandler ParentPathReferenceRewriter.mapRequest(Request request)
           
 IRequestHandler CompoundRequestMapper.mapRequest(Request request)
          Searches the registered IRequestMappers to find one that can map the 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.
 



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