|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.httpclient.util.EncodingUtil
The home for utility methods that handle various encoding tasks.
Method Summary | |
---|---|
static java.lang.String |
formUrlEncode(NameValuePair[] pairs,
java.lang.String charset)
Form-urlencoding routine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String formUrlEncode(NameValuePair[] pairs, java.lang.String charset)
pairs
- the values to be encodedcharset
- the character set of pairs to be encoded
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |