Uses of Interface
org.apache.commons.jexl.JexlContext
Packages that use JexlContext
Package
Description
Jexl-1.x compatible implementation.
Simple JexlContext implementations.
-
Uses of JexlContext in org.apache.commons.jexl
Methods in org.apache.commons.jexl that return JexlContextModifier and TypeMethodDescriptionstatic JexlContext
JexlHelper.createContext()
Returns a newJexlContext
.protected JexlContext
JexlHelper.newContext()
Creates and returns a newJexlContext
.Methods in org.apache.commons.jexl with parameters of type JexlContextModifier and TypeMethodDescriptionExpression.evaluate
(JexlContext context) Evaluates the expression with the variables contained in the suppliedJexlContext
.Script.execute
(JexlContext context) Executes the script with the variables contained in the suppliedJexlContext
. -
Uses of JexlContext in org.apache.commons.jexl.context
Classes in org.apache.commons.jexl.context that implement JexlContextModifier and TypeClassDescriptionclass
Implementation of JexlContext based on a HashMap.