|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--context.arch.comm.protocol.URLDecoder
This class decodes application/x-www-form-urlencoded MIME types doing the inverse of java.net.URLEncoder.
java.net.URLEncoder
Method Summary | |
static java.lang.String |
decode(java.lang.String s)
Translates String from x-www-form-urlEncoded format into text |
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 decode(java.lang.String s)
s
- String to be translated
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |