| Constructor and Description |
|---|
JavaScriptValue(java.lang.String js)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toJSONString() |
public JavaScriptValue(java.lang.String js)
js - the snippet of the JavaScript code.
For example, "{what: 123, another: 'a'}".
The content is generated directly to the AU response, so it must be
a valid JavaScript code.public java.lang.String toJSONString()
toJSONString in interface JSONAwarepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2005-2011 Potix Corporation. All Rights Reserved.