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 JexlContextJexlHelper.createContext()Returns a newJexlContext.protected JexlContextJexlHelper.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 TypeClassDescriptionclassImplementation of JexlContext based on a HashMap.