Uses of Class
org.apache.commons.jexl3.JexlEngine
-
Packages that use JexlEngine Package Description org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl3.internal Provides utilities for introspection services.org.apache.commons.jexl3.scripting Contains the JSR-223 Scripting Engine for JEXL script. -
-
Uses of JexlEngine in org.apache.commons.jexl3
Fields in org.apache.commons.jexl3 declared as JexlEngine Modifier and Type Field Description private JexlEngineObjectContext. jexlThe property solving jexl engine.Fields in org.apache.commons.jexl3 with type parameters of type JexlEngine Modifier and Type Field Description protected static java.lang.ThreadLocal<JexlEngine>JexlEngine. ENGINEThe thread local engine.Methods in org.apache.commons.jexl3 that return JexlEngine Modifier and Type Method Description JexlEngineJexlBuilder. create()Create a new engineabstract JexlEngineJxltEngine. getEngine()Gets theJexlEngineunderlying this template engine.protected JexlEngineObjectContext. getJexl()Gets the Jexl enginestatic JexlEngineJexlEngine. getThreadEngine()Accesses the current thread local engine.Methods in org.apache.commons.jexl3 with parameters of type JexlEngine Modifier and Type Method Description java.lang.ObjectJexlContext.ModuleProcessor. processModule(JexlEngine engine, JexlInfo info, java.lang.String name, java.lang.String body)Defines a module.JexlOptionsJexlOptions. set(JexlEngine jexl)Sets options from engine.Constructors in org.apache.commons.jexl3 with parameters of type JexlEngine Constructor Description ObjectContext(JexlEngine engine, T wrapped)Creates a new ObjectContext. -
Uses of JexlEngine in org.apache.commons.jexl3.internal
Subclasses of JexlEngine in org.apache.commons.jexl3.internal Modifier and Type Class Description classEngineA JexlEngine implementation.classEngine32Deprecated.3.6.1, use Engine with JexlOptions instead.Methods in org.apache.commons.jexl3.internal that return JexlEngine Modifier and Type Method Description JexlEngineScript. getEngine()protected JexlEngineEngine. putThreadEngine(JexlEngine jexl)Swaps the current thread local engine.Methods in org.apache.commons.jexl3.internal with parameters of type JexlEngine Modifier and Type Method Description protected JexlEngineEngine. putThreadEngine(JexlEngine jexl)Swaps the current thread local engine. -
Uses of JexlEngine in org.apache.commons.jexl3.scripting
Fields in org.apache.commons.jexl3.scripting declared as JexlEngine Modifier and Type Field Description (package private) JexlEngineJexlScriptEngine. jexlEngineThe JEXL EL engine.Fields in org.apache.commons.jexl3.scripting with type parameters of type JexlEngine Modifier and Type Field Description private static java.lang.ref.Reference<JexlEngine>JexlScriptEngine. ENGINEThe shared engine instance.Methods in org.apache.commons.jexl3.scripting that return JexlEngine Modifier and Type Method Description private static JexlEngineJexlScriptEngine. getEngine()JexlEngineJexlScriptEngine.JexlScriptObject. getEngine()Gives access to the underlying JEXL engine shared between all ScriptEngine instances.Methods in org.apache.commons.jexl3.scripting with parameters of type JexlEngine Modifier and Type Method Description static voidJexlScriptEngine. setInstance(JexlEngine engine)Sets the shared instance used for the script engine.
-