Uses of Interface
org.apache.wicket.request.mapper.parameter.IPageParametersEncoder
Packages that use IPageParametersEncoder
-
Uses of IPageParametersEncoder in org.apache.wicket.request.mapper
Methods in org.apache.wicket.request.mapper with parameters of type IPageParametersEncoderModifier and TypeMethodDescriptionprotected UrlAbstractMapper.encodePageParameters(Url url, PageParameters pageParameters, IPageParametersEncoder encoder) Encodes the givenPageParametersto the URL using the givenIPageParametersEncoder.protected PageParametersAbstractMapper.extractPageParameters(Request request, int segmentsToSkip, IPageParametersEncoder encoder) ExtractsPageParametersfrom the URL using the givenIPageParametersEncoder. -
Uses of IPageParametersEncoder in org.apache.wicket.request.mapper.parameter
Classes in org.apache.wicket.request.mapper.parameter that implement IPageParametersEncoderModifier and TypeClassDescriptionclassSimple encoder with direct indexed/named parameters mapping.classEncodes page parameters into Url path fragments instead of the query string like the defaultPageParametersEncoder.