ice.util.net
Class URLEncoder

java.lang.Object
  extended byice.util.net.URLEncoder

public class URLEncoder
extends Object

Utility class for HTML form encoding. This class contains a static method for converting a String to the application/x-www-form-urlencoded MIME format.

When encoding a String, the following rules apply:


Method Summary
static String encode(String target, String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static String encode(String target,
                            String encoding)