| Package | Description |
|---|---|
| org.apache.wicket.request.mapper | |
| org.apache.wicket.request.mapper.parameter |
| Modifier and Type | Method and Description |
|---|---|
protected Url |
AbstractMapper.encodePageParameters(Url url,
PageParameters pageParameters,
IPageParametersEncoder encoder)
Encodes the given
PageParameters to the URL using the given
IPageParametersEncoder. |
protected PageParameters |
AbstractMapper.extractPageParameters(Request request,
int segmentsToSkip,
IPageParametersEncoder encoder)
Extracts
PageParameters from the URL using the given IPageParametersEncoder . |
| Modifier and Type | Class and Description |
|---|---|
class |
PageParametersEncoder
Simple encoder with direct indexed/named parameters mapping.
|
class |
UrlPathPageParametersEncoder
Encodes page parameters into Url path fragments instead of the query string like the default
PageParametersEncoder. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.