context.arch.comm.protocol
Class URLDecoder

java.lang.Object
  |
  +--context.arch.comm.protocol.URLDecoder

public class URLDecoder
extends java.lang.Object

This class decodes application/x-www-form-urlencoded MIME types doing the inverse of java.net.URLEncoder.

See Also:
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

decode

public static java.lang.String decode(java.lang.String s)
Translates String from x-www-form-urlEncoded format into text
Parameters:
s - String to be translated
Returns:
the translated String