public abstract class EvaluationListener extends Object
Constructor and Description |
---|
EvaluationListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterEvaluation(ELContext context,
String expression)
Receives notification after a Jakarta Expression Language expression is evaluated
|
void |
beforeEvaluation(ELContext context,
String expression)
Receives notification before a Jakarta Expression Language expression is evaluated
|
void |
propertyResolved(ELContext context,
Object base,
Object property)
Receives notification when the (base, property) pair is resolved
|
public void beforeEvaluation(ELContext context, String expression)
context
- The ELContextexpression
- The Jakarta Expression Language expression string to be evaluatedpublic void afterEvaluation(ELContext context, String expression)
context
- The ELContextexpression
- The Jakarta Expression Language expression string to be evaluatedComments to: el-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.