Liferay 6.0.5

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

getSafeName

public static String getSafeName(String name)

escape

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


unescape

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


encodeURIComponent

public static String encodeURIComponent(String s)

decodeURIComponent

public static String decodeURIComponent(String s)

toScript

public static String toScript(String[] array)

Liferay 6.0.5