public class JavascriptEngine extends Object
| Constructor and Description |
|---|
JavascriptEngine() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute(String code,
String jsonData)
Execute supplied code against supplied data,
see JavascriptEngineTest for examples
|
public String execute(String code, String jsonData) throws IOException
IOExceptionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.