| Package | Description |
|---|---|
| org.apache.commons.jexl |
Jexl-1.x compatible implementation.
|
| org.apache.commons.jexl.context |
Simple JexlContext implementations.
|
| Modifier and Type | Field and Description |
|---|---|
private JexlContext |
JexlOne.ContextAdapter.legacy
The Jexl1.x context.
|
| Modifier and Type | Method and Description |
|---|---|
static JexlContext |
JexlHelper.createContext()
Returns a new
JexlContext. |
protected JexlContext |
JexlHelper.newContext()
Creates and returns a new
JexlContext. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static JexlContext |
JexlOne.ContextAdapter.adapt(JexlContext aContext)
Adapts a Jexl-1.x context to a Jexl-2.0 context.
|
protected Interpreter |
JexlOne.JexlOneEngine.createInterpreter(JexlContext context) |
java.lang.Object |
JexlOne.JexlOneExpression.evaluate(JexlContext context)
Evaluates the expression with the variables contained in the
supplied
JexlContext. |
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. |
java.lang.Object |
JexlOne.JexlOneExpression.execute(JexlContext context)
Executes the script with the variables contained in the
supplied
JexlContext. |
| Constructor and Description |
|---|
ContextAdapter(JexlContext ctxt10)
Creates a jexl2.JexlContext from a jexl.JexlContext.
|
JexlOneInterpreter(JexlEngine jexl,
JexlContext aContext)
Creates an instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashMapContext
Implementation of JexlContext based on a HashMap.
|