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 JSONAware
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.