java.lang.Object
jakarta.el.EvaluationListener
The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.
- Since:
 - Jakarta Expression Language 3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidafterEvaluation(ELContext context, String expression) Receives notification after a Jakarta Expression Language expression is evaluatedvoidbeforeEvaluation(ELContext context, String expression) Receives notification before a Jakarta Expression Language expression is evaluatedvoidpropertyResolved(ELContext context, Object base, Object property) Receives notification when the (base, property) pair is resolved 
- 
Constructor Details
- 
EvaluationListener
public EvaluationListener() 
 - 
 - 
Method Details
- 
beforeEvaluation
 - 
afterEvaluation
 - 
propertyResolved
 
 -