org.enhydra.shark.scripting
Class StandardScriptingManager
java.lang.Object
org.enhydra.shark.scripting.StandardScriptingManager
- All Implemented Interfaces:
- ScriptingManager
public class StandardScriptingManager
- extends java.lang.Object
- implements ScriptingManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PYTHON_SCRIPT
public static final java.lang.String PYTHON_SCRIPT
- See Also:
- Constant Field Values
JAVA_LANGUAGE_SCRIPT
public static final java.lang.String JAVA_LANGUAGE_SCRIPT
- See Also:
- Constant Field Values
JAVA_SCRIPT
public static final java.lang.String JAVA_SCRIPT
- See Also:
- Constant Field Values
StandardScriptingManager
public StandardScriptingManager()
configure
public void configure(CallbackUtilities cus)
throws java.lang.Exception
- Specified by:
configure
in interface ScriptingManager
- Throws:
java.lang.Exception
getEvaluator
public Evaluator getEvaluator(WMSessionHandle shandle,
java.lang.String name)
throws java.lang.Exception
- Specified by:
getEvaluator
in interface ScriptingManager
- Throws:
java.lang.Exception