public abstract class JSContext extends Object
JSContext()
static JSContext
create()
abstract Object
eval(String script)
invokeFunction(String name, Object... args)
abstract void
put(String name, Object value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JSContext()
public static JSContext create()
public abstract void put(String name, Object value)
public abstract Object eval(String script) throws Exception
Exception
public abstract Object invokeFunction(String name, Object... args) throws Exception
Copyright © 2015 eXo Platform SAS. All rights reserved.