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