|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.misc.JavascriptUtil
| Method Summary | |
static String |
addToJS(Object obj,
String s,
int i,
int j)
Adds given object to a javascript string |
static String |
addToJS(Object obj,
String s,
int i,
int j,
Class class1)
|
static String |
addToJSVector(Object obj,
String s,
int i,
int j)
Add object to string and return it for use in javascript. |
static String |
changeString(String s,
String s1,
String s2)
Substituate string s2 for s1 in s. |
static String |
toHTML(String s)
encode string in HTML |
static String |
toJavaScript(Object obj)
Encode string object for use in javascript. |
static String |
toJavaScript(String s)
Encode string for use in javascript. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final String addToJS(Object obj,
String s,
int i,
int j)
throws Throwable
obj - the object to adds - ?i - ?j - ?
Throwable
public static final String addToJS(Object obj,
String s,
int i,
int j,
Class class1)
throws Throwable
Throwable
public static final String addToJSVector(Object obj,
String s,
int i,
int j)
throws Throwable
Throwable
public static String changeString(String s,
String s1,
String s2)
public static String toHTML(String s)
public static String toJavaScript(Object obj)
public static String toJavaScript(String s)
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||