java.lang.Object | |
↳ | com.microstrategy.utils.WebURLDecoder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String | decode(String input, String encodeFormat) | ||||||||||
static String |
doubleDecode(String input, String encodeFormat)
Decodes a double encoded string using a specific encoding scheme.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
UnsupportedEncodingException |
---|
Decodes a double encoded string using a specific encoding scheme.
input | the input string to decode |
---|---|
encodeFormat | the format of the string |
UnsupportedEncodingException | thrown if named decoding is not supported |
---|