org.mvel.jsr223 |
|
Java Source File Name | Type | Comment |
MVELCompiledScript.java | Class | The optional interface CompiledScript is implemented by MVEL's
JSR 223 extention jar. |
MVELScriptContextMap.java | Class | This class wraps around the ScriptContext to expose the ENGINE_SCOPE values
for the MVEL engine. |
MVELScriptEngine.java | Class | This implementation of ScriptEngine also implements the optional interfaces
of javax.script javax.script.Compilable and javax.script.Invocable .
Since MVEL 1.2 does not support functions, only invokeMethod method on the Invocable interface
is implemented. |
MVELScriptEngineFactory.java | Class | Instances of ScriptEngineFactory are the Objects located by the
Script Engine Discovery Mechanism. |