public class FormUrlDecoder extends Object
UriParameterMap.parse(String,java.nio.charset.Charset)
Utility for parsing application/x-www-form-urlencoded content as
sent by user agents in the query string of GET form submissions and
the body of POST form submissions.| Modifier and Type | Class and Description |
|---|---|
static interface |
FormUrlDecoder.Callback
Deprecated.
Do not use. (Currently only needed internally by
UriParameterMap.)
|
| Modifier and Type | Method and Description |
|---|---|
static ParamMap |
parse(String str,
ParamMap map,
String encoding)
|
static void |
parseWithCallback(String str,
String encoding,
FormUrlDecoder.Callback callback)
Deprecated.
Do not use. (Currently only needed internally by
UriParameterMap.)
|
@Deprecated public static void parseWithCallback(String str, String encoding, FormUrlDecoder.Callback callback)
@Deprecated public static ParamMap parse(String str, ParamMap map, String encoding)
Copyright © 2012. All Rights Reserved.