| java.lang.Object | |
| ↳ | com.google.gdata.util.httputil.FormUrlDecoder |
This class has been deprecated; use 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.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FormUrlDecoder.Callback | This interface is deprecated. Do not use. (Currently only needed internally by UriParameterMap.) | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| parser | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
UriParameterMap.parse(query, encoding). To convert
from the string to the java.nio.charset.Charset instance, see
Charsets. Note that an encoding of null
will default to ISO-8859-1 in this deprecated implementation, whereas the
classes in common.net default to UTF-8 encoding.
| |||||||||||
This method is deprecated.
Do not use. (Currently only needed internally by
UriParameterMap.)
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
This method is deprecated.
Use UriParameterMap.parse(query, encoding). To convert
from the string to the java.nio.charset.Charset instance, see
Charsets. Note that an encoding of null
will default to ISO-8859-1 in this deprecated implementation, whereas the
classes in common.net default to UTF-8 encoding.
| str | |
|---|---|
| map | |
| encoding |
This method is deprecated.
Do not use. (Currently only needed internally by
UriParameterMap.)
| str | |
|---|---|
| encoding | |
| callback |