Uses of Class
org.apache.commons.jexl3.JexlEngine
Packages that use JexlEngine
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides utilities for introspection services.
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 JexlEngineModifier and TypeFieldDescriptionprivate final JexlEngineObjectContext.jexlThe property solving jexl engine.Fields in org.apache.commons.jexl3 with type parameters of type JexlEngineModifier and TypeFieldDescriptionprotected static final ThreadLocal<JexlEngine> JexlEngine.ENGINEThe thread local engine.Methods in org.apache.commons.jexl3 that return JexlEngineModifier and TypeMethodDescriptionJexlBuilder.create()abstract JexlEngineJxltEngine.getEngine()Gets theJexlEngineunderlying this template engine.protected JexlEngineObjectContext.getJexl()static JexlEngineJexlEngine.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.internal
Subclasses of JexlEngine in org.apache.commons.jexl3.internalModifier and TypeClassDescriptionclassA JexlEngine implementation.classAn Engine that behaves like JEXL 3.2, bugs included.Methods in org.apache.commons.jexl3.internal that return JexlEngineModifier and TypeMethodDescriptionScript.getEngine()protected JexlEngineEngine.putThreadEngine(JexlEngine jexl) Swaps the current thread local engine.Methods in org.apache.commons.jexl3.internal with parameters of type JexlEngineModifier and TypeMethodDescriptionprotected 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 JexlEngineModifier and TypeFieldDescription(package private) final JexlEngineJexlScriptEngine.jexlEngineThe JEXL EL engine.Fields in org.apache.commons.jexl3.scripting with type parameters of type JexlEngineModifier and TypeFieldDescriptionprivate static Reference<JexlEngine> JexlScriptEngine.ENGINEThe shared engine instance.Methods in org.apache.commons.jexl3.scripting that return JexlEngineModifier and TypeMethodDescriptionprivate static JexlEngineJexlScriptEngine.getEngine()JexlScriptEngine.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 voidJexlScriptEngine.setInstance(JexlEngine engine) Sets the shared instance used for the script engine.