org.nuxeo.runtime.scripting
Class RemoteScript
java.lang.Object
org.nuxeo.runtime.scripting.RemoteScript
public class RemoteScript
- extends Object
- Author:
- Bogdan Stefanescu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eval
public Object eval()
throws javax.script.ScriptException
- Throws:
javax.script.ScriptException
invoke
public Object invoke(String method,
Object... args)
throws javax.script.ScriptException
- Throws:
javax.script.ScriptException
getClient
public ScriptingClient getClient()
setContext
public void setContext(javax.script.ScriptContext ctx)
getContext
public javax.script.ScriptContext getContext()
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.