public interface ScriptObject
| Modifier and Type | Method and Description |
|---|---|
String |
getVarName()
Gets the name of the object in the JavaScript engine.
|
void |
setIO(Reader in,
Writer out,
Writer err)
Sets the readers/writers to be used by the script.
|
String getVarName()
Copyright © 2016. All rights reserved.