| Package | Description | 
|---|---|
| javax.el | 
 Provides the API for Jakarta Expression Language 3.0 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<EvaluationListener> | 
ELContext.getEvaluationListeners()
Returns the list of registered evaluation listeners. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ELManager.addEvaluationListener(EvaluationListener listener)
Register an evaluation listener. 
 | 
void | 
ELContext.addEvaluationListener(EvaluationListener listener)
Registers an evaluation listener to the ELContext. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.