Evaluator
, java.lang.AutoCloseable
public class Jexl3ComponentDescriptorEvaluator extends java.lang.Object implements Evaluator
Evaluator
for Jexl3 expressions.
See Jexl3ComponentDescriptorProcessor
.Constructor | Description |
---|---|
Jexl3ComponentDescriptorEvaluator() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
eval(java.lang.String expression) |
Evaluate an expression tagged for this processor.
|
void |
init(EvaluationContext context) |
Initialize evalution session
|
public void init(EvaluationContext context)
com.zfabrik.components.provider.props.Evaluator
public java.lang.Object eval(java.lang.String expression)
com.zfabrik.components.provider.props.Evaluator
null
is legal during
processing but will eventually be removed from the properties set.