public interface IPageParametersEncoder
PageParameters
to/from URL.Modifier and Type | Method and Description |
---|---|
PageParameters |
decodePageParameters(Url url)
Decodes the given URL to
PageParameters . |
Url |
encodePageParameters(PageParameters pageParameters)
Encode the given
PageParameters instance into URL. |
Url encodePageParameters(PageParameters pageParameters)
PageParameters
instance into URL. The URL will be then merged with
the URL generated for IRequestHandler
.pageParameters
- parameters to encodePageParameters decodePageParameters(Url url)
PageParameters
. The URL will have all
IRequestHandler
specified segments/parameters stripped.url
- url to decodePageParameters
instance or null
if emptyCopyright © 2006–2022 Apache Software Foundation. All rights reserved.