HttpUrlEncodingCodec
Class
Provides encoding and decoding of URL parameter and query-string values.
API
Description
class HttpUrlEncodingCodec implements HttpParameterCodec {}
encodeKey
string
Encodes a key name for a URL parameter or query-string.
@paramkey
string
The key name.
@returns
string
encodeValue
string
Encodes the value of a URL parameter or query-string.
@paramvalue
string
The value.
@returns
string
decodeKey
string
Decodes an encoded URL parameter or query-string key.
@paramkey
string
The encoded key name.
@returns
string
decodeValue
string
Decodes an encoded URL parameter or query-string value.
@paramvalue
string
The encoded value.
@returns
string
Jump to details