java.util.concurrent.Callable<java.lang.Object> |
ExpressionImpl.callable(JexlContext context) |
Creates a Callable from this script.
|
java.util.concurrent.Callable<java.lang.Object> |
ExpressionImpl.callable(JexlContext context,
java.lang.Object... args) |
Creates a Callable from this script.
|
java.util.concurrent.Callable<java.lang.Object> |
Script.callable(JexlContext context) |
Creates a Callable from this script.
|
java.util.concurrent.Callable<java.lang.Object> |
Script.callable(JexlContext context,
java.lang.Object... args) |
Creates a Callable from this script.
|
protected Interpreter |
JexlEngine.createInterpreter(JexlContext context) |
Creates an interpreter.
|
protected Interpreter |
JexlEngine.createInterpreter(JexlContext context,
boolean strictFlag,
boolean silentFlag) |
Creates an interpreter.
|
java.lang.Object |
Expression.evaluate(JexlContext context) |
Evaluates the expression with the variables contained in the
supplied JexlContext .
|
java.lang.Object |
ExpressionImpl.evaluate(JexlContext context) |
Evaluates the expression with the variables contained in the
supplied JexlContext .
|
java.lang.Object |
UnifiedJEXL.Expression.evaluate(JexlContext context) |
Evaluates this expression.
|
void |
UnifiedJEXL.Template.evaluate(JexlContext context,
java.io.Writer writer) |
Evaluates this template.
|
void |
UnifiedJEXL.Template.evaluate(JexlContext context,
java.io.Writer writer,
java.lang.Object... args) |
Evaluates this template.
|
java.lang.Object |
ExpressionImpl.execute(JexlContext context) |
Executes the script with the variables contained in the
supplied JexlContext .
|
java.lang.Object |
ExpressionImpl.execute(JexlContext context,
java.lang.Object... args) |
Executes the script with the variables contained in the
supplied JexlContext and a set of arguments corresponding to the
parameters used during parsing.
|
java.lang.Object |
Script.execute(JexlContext context) |
Executes the script with the variables contained in the
supplied JexlContext .
|
java.lang.Object |
Script.execute(JexlContext context,
java.lang.Object... args) |
Executes the script with the variables contained in the
supplied JexlContext and a set of arguments corresponding to the
parameters used during parsing.
|
java.lang.Object |
JexlEngine.getProperty(JexlContext context,
java.lang.Object bean,
java.lang.String expr) |
Accesses properties of a bean using an expression.
|
UnifiedJEXL.Expression |
UnifiedJEXL.Expression.prepare(JexlContext context) |
Evaluates the immediate sub-expressions.
|
UnifiedJEXL.Template |
UnifiedJEXL.Template.prepare(JexlContext context) |
Prepares this template by expanding any contained deferred expression.
|
void |
JexlEngine.setProperty(JexlContext context,
java.lang.Object bean,
java.lang.String expr,
java.lang.Object value) |
Assign properties of a bean using an expression.
|