| Interface | Description |
|---|---|
| IIndexedParameters |
Container for parameters that are identified by their index
|
| INamedParameters |
Container for parameters that are identified by their name
|
| IPageParametersEncoder |
Encoder that can encode and decode
PageParameters to/from URL. |
| 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 default
PageParametersEncoder. |
| Enum | Description |
|---|---|
| INamedParameters.Type |
A hint where the parameter is read/parsed from.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.