Liferay 6.1.2-ce-ga3

com.liferay.util
Class JS

java.lang.Object
  extended by com.liferay.util.JS

public class JS
extends Object


Constructor Summary
JS()
           
 
Method Summary
static String decodeURIComponent(String s)
           
static String encodeURIComponent(String s)
           
static String escape(String s)
          Deprecated. Use encodeURIComponent.
static String getSafeName(String name)
           
static String toScript(String[] array)
           
static String unescape(String s)
          Deprecated. Use decodeURIComponent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JS

public JS()
Method Detail

decodeURIComponent

public static String decodeURIComponent(String s)

encodeURIComponent

public static String encodeURIComponent(String s)

escape

public static String escape(String s)
Deprecated. Use encodeURIComponent.


getSafeName

public static String getSafeName(String name)

toScript

public static String toScript(String[] array)

unescape

public static String unescape(String s)
Deprecated. Use decodeURIComponent.


Liferay 6.1.2-ce-ga3