Class JuelScriptEngine

  • All Implemented Interfaces:
    ScriptEngine

    public class JuelScriptEngine
    extends AbstractScriptEngine
    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