API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.net. URLEncoder View Source
Author(s)
Herb Jellinek
Since
JDK1.0
Version
1.32, 04/22/06
Serial
Hierarchy
 Object
      URLEncoder
Implements
Subclasses
Description
public class URLEncoder
  Utility class for HTML form encoding.
See also:   
Constructors
private URLEncoder ()
You can't call the constructor.
Methods
Hide/Show inherited methods
@Deprecated
publicstatic String encode (String s)
  Translates a string into x-www-form-urlencoded format.
publicstatic String encode (String s, String enc) throws UnsupportedEncodingException
  Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme.
Fields
Hide/Show inherited fields
pack-privatefinalstatic int caseDiff = "32"
pack-privatestatic String dfltEncName
pack-privatestatic BitSet dontNeedEncoding
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar