railo.commons.lang
Class URLEncoder

java.lang.Object
  extended by railo.commons.lang.URLEncoder

Deprecated. use instead railo.commons.net.URLEncoder

public class URLEncoder
extends Object


Constructor Summary
URLEncoder()
          Deprecated.  
 
Method Summary
static String encode(String str)
          Deprecated.  
static String encode(String str, String encoding)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLEncoder

public URLEncoder()
Deprecated. 
Method Detail

encode

public static String encode(String str,
                            String encoding)
                     throws UnsupportedEncodingException
Deprecated. 
Throws:
UnsupportedEncodingException

encode

public static String encode(String str)
                     throws UnsupportedEncodingException
Deprecated. 
Throws:
UnsupportedEncodingException


Copyright © 2012 Railo