API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.net. URLDecoder View Source
Author(s)
Mark Chamness
Michael McCloskey
Since
1.2
Version
1.28, 11/17/05
Serial
Hierarchy
 Object
      URLDecoder
Implements
Subclasses
Description
public class URLDecoder
  Utility class for HTML form decoding.
See also:   
Constructors
public URLDecoder ()
Methods
Hide/Show inherited methods
@Deprecated
publicstatic String decode (String s)
  Decodes a x-www-form-urlencoded string.
publicstatic String decode (String s, String enc) throws UnsupportedEncodingException
  Decodes a application/x-www-form-urlencoded string using a specific encoding scheme.
Fields
Hide/Show inherited fields
pack-privatestatic String dfltEncName
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar