Class JuelScriptEngine

java.lang.Object
javax.script.AbstractScriptEngine
org.flowable.engine.impl.scripting.JuelScriptEngine
All Implemented Interfaces:
Compilable, ScriptEngine

public class JuelScriptEngine extends AbstractScriptEngine implements Compilable
ScriptEngine that used JUEL for script evaluation and compilation (JSR-223). Uses EL 1.1 if available, to resolve expressions. Otherwise it reverts to EL 1.0, using ExpressionFactoryResolver.
Author:
Frederik Heremans