Uses of Class
org.apache.wicket.request.Request
Packages that use Request
Package
Description
Package for classes that have generic (protocol independent) support for request cycle processing.
-
Uses of Request in org.apache.wicket.request
Methods in org.apache.wicket.request that return RequestModifier and TypeMethodDescriptionRequest.cloneWithUrl(Url url) Returns request with specified URL and same POST parameters as this request.IRequestCycle.getRequest()Methods in org.apache.wicket.request with parameters of type RequestModifier and TypeMethodDescriptionintIRequestMapper.getCompatibilityScore(Request request) Returns the score representing how compatible this request mapper is to processing the given request.IRequestMapper.mapRequest(Request request) Constructors in org.apache.wicket.request with parameters of type Request -
Uses of Request in org.apache.wicket.request.http
Subclasses of Request in org.apache.wicket.request.httpModifier and TypeClassDescriptionclassBase 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 RequestModifier and TypeMethodDescriptionprotected 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.CompoundRequestMapper.mapRequest(Request request) Searches the registeredIRequestMappers to find one that can map theRequest.ParentPathReferenceRewriter.mapRequest(Request request)