|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageParametersEncoder
Encoder that can encode and decode PageParameters
to/from URL.
Method Summary | |
---|---|
PageParameters |
decodePageParameters(Url url)
Decodes the given URL to PageParameters . |
Url |
encodePageParameters(PageParameters pageParameters)
Encode the given PageParameters instance into URL. |
Method Detail |
---|
Url encodePageParameters(PageParameters pageParameters)
PageParameters
instance into URL. The URL will be then merged with
the URL generated for IRequestHandler
.
pageParameters
- parameters to encode
PageParameters decodePageParameters(Url url)
PageParameters
. The URL will have all
IRequestHandler
specified segments/parameters stripped.
url
- url to decode
PageParameters
instance or null
if empty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |