Package | Description |
---|---|
org.apache.commons.jexl |
Jexl-1.x compatible implementation.
|
org.apache.commons.jexl.context |
Simple JexlContext implementations.
|
Modifier and Type | Method | Description |
---|---|---|
static JexlContext |
JexlHelper.createContext() |
Returns a new
JexlContext . |
protected JexlContext |
JexlHelper.newContext() |
Creates and returns a new
JexlContext . |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
Expression.evaluate(JexlContext context) |
Evaluates the expression with the variables contained in the
supplied
JexlContext . |
java.lang.Object |
Script.execute(JexlContext context) |
Executes the script with the variables contained in the
supplied
JexlContext . |
Modifier and Type | Class | Description |
---|---|---|
class |
HashMapContext |
Implementation of JexlContext based on a HashMap.
|