Package org.apache.wicket.request.mapper.parameter
-
Interface Summary Interface Description IIndexedParameters Container for parameters that are identified by their indexINamedParameters Container for parameters that are identified by their nameIPageParametersEncoder Encoder that can encode and decodePageParameters
to/from URL. -
Class Summary Class Description INamedParameters.NamedPair Represents a named parameter entry.PageParameters Mutable class that holds parameters of a Page.PageParametersEncoder Simple encoder with direct indexed/named parameters mapping.UrlPathPageParametersEncoder Encodes page parameters into Url path fragments instead of the query string like the defaultPageParametersEncoder
. -
Enum Summary Enum Description INamedParameters.Type A hint where the parameter is read/parsed from.