public interface JexlExprResolver
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
NO_VALUE
represents an expression result of no value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(JexlContext context,
java.lang.String expression)
Evaluates an expression against the context.
|
static final java.lang.Object NO_VALUE
java.lang.Object evaluate(JexlContext context, java.lang.String expression)
context - current data contextexpression - expression to evauluateCopyright © 2012 The Apache Software Foundation. All Rights Reserved.