| 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 | |
| org.apache.wicket.request.mapper.mount |
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.cloneWithUrl(Url url)
Returns request with specified URL and same POST parameters as this request.
|
Request |
IRequestCycle.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Constructor and Description |
|---|
UrlRenderer(Request request)
Construct.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebRequest
Base class for request that provides additional web-related information.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
int |
MountMapper.getCompatibilityScore(Request request)
Deprecated.
|
int |
IMountedRequestMapper.getCompatibilityScore(Request request)
Deprecated.
Returns the score representing how compatible this request mapper is to processing the given
request.
|
IRequestHandler |
MountMapper.mapRequest(Request request)
Deprecated.
|
IRequestHandler |
IMountedRequestMapper.mapRequest(Request request,
MountParameters mountParams)
Deprecated.
Returns
IRequestHandler for the request or null if the encoder does not
recognize the URL. |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.