Uses of Class
org.apache.commons.jexl3.JexlEngine
Packages that use JexlEngine
Package
Description
Provides a framework for evaluating JEXL expressions.
Contains the JSR-223 Scripting Engine for JEXL script.
-
Uses of JexlEngine in org.apache.commons.jexl3
Fields in org.apache.commons.jexl3 with type parameters of type JexlEngineModifier and TypeFieldDescriptionprotected static final ThreadLocal<JexlEngine>
JexlEngine.ENGINE
The thread local engine.Methods in org.apache.commons.jexl3 that return JexlEngineModifier and TypeMethodDescriptionJexlBuilder.create()
abstract JexlEngine
JxltEngine.getEngine()
Gets theJexlEngine
underlying this template engine.protected JexlEngine
ObjectContext.getJexl()
static JexlEngine
JexlEngine.getThreadEngine()
Accesses the current thread local engine.Methods in org.apache.commons.jexl3 with parameters of type JexlEngineModifier and TypeMethodDescriptionJexlContext.ModuleProcessor.processModule
(JexlEngine engine, JexlInfo info, String name, String body) Defines a module.JexlOptions.set
(JexlEngine jexl) Sets options from engine.Constructors in org.apache.commons.jexl3 with parameters of type JexlEngineModifierConstructorDescriptionObjectContext
(JexlEngine engine, T wrapped) Creates a new ObjectContext. -
Uses of JexlEngine in org.apache.commons.jexl3.scripting
Methods in org.apache.commons.jexl3.scripting that return JexlEngineModifier and TypeMethodDescriptionJexlScriptEngine.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 JexlEngineModifier and TypeMethodDescriptionstatic void
JexlScriptEngine.setInstance
(JexlEngine engine) Sets the shared instance used for the script engine.