org.mvel2.jsr223
Class MvelCompiledScript

java.lang.Object
  extended by javax.script.CompiledScript
      extended by org.mvel2.jsr223.MvelCompiledScript

public class MvelCompiledScript
extends CompiledScript


Constructor Summary
MvelCompiledScript(MvelScriptEngine engine, Serializable compiledScript)
           
 
Method Summary
 Object eval(ScriptContext context)
           
 ScriptEngine getEngine()
           
 
Methods inherited from class javax.script.CompiledScript
eval, eval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MvelCompiledScript

public MvelCompiledScript(MvelScriptEngine engine,
                          Serializable compiledScript)
Method Detail

eval

public Object eval(ScriptContext context)
            throws ScriptException
Specified by:
eval in class CompiledScript
Throws:
ScriptException

getEngine

public ScriptEngine getEngine()
Specified by:
getEngine in class CompiledScript


Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.