com.liferay.util
Class JS
java.lang.Object
com.liferay.util.JS
public class JS
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JS
public JS()
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
.