public interface HstNavigationalStateCodec
Modifier and Type | Method and Description |
---|---|
String |
decodeParameters(String value,
String characterEncoding)
Decodes the parameter with the specified character encoding
|
String |
encodeParameters(String value,
String characterEncoding)
Encodes the parameter with the specified character encoding
|
String encodeParameters(String value, String characterEncoding) throws UnsupportedEncodingException
value
- characterEncoding
- UnsupportedEncodingException
String decodeParameters(String value, String characterEncoding) throws UnsupportedEncodingException
value
- characterEncoding
- UnsupportedEncodingException
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.