Uses of Class
org.apache.wicket.request.Request
-
Packages that use Request Package Description 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 -
-
Uses of Request in org.apache.wicket.request
Methods in org.apache.wicket.request that return Request Modifier and Type Method Description RequestRequest. cloneWithUrl(Url url)Returns request with specified URL and same POST parameters as this request.RequestIRequestCycle. getRequest()Methods in org.apache.wicket.request with parameters of type Request Modifier and Type Method Description intIRequestMapper. getCompatibilityScore(Request request)Returns the score representing how compatible this request mapper is to processing the given request.IRequestHandlerIRequestMapper. mapRequest(Request request)Constructors in org.apache.wicket.request with parameters of type Request Constructor Description UrlRenderer(Request request)Construct. -
Uses of Request in org.apache.wicket.request.http
Subclasses of Request in org.apache.wicket.request.http Modifier and Type Class Description classWebRequestBase 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 Modifier and Type Method Description protected PageParametersAbstractMapper. extractPageParameters(Request request, int segmentsToSkip, IPageParametersEncoder encoder)ExtractsPageParametersfrom the URL using the givenIPageParametersEncoder.intCompoundRequestMapper. getCompatibilityScore(Request request)The scope of the compound mapper is the highest score of the registered mappers.intParentPathReferenceRewriter. getCompatibilityScore(Request request)Returns the score representing how compatible this request mapper is to processing the given request.IRequestHandlerCompoundRequestMapper. mapRequest(Request request)Searches the registeredIRequestMappers to find one that can map theRequest.IRequestHandlerParentPathReferenceRewriter. mapRequest(Request request)
-