| Package | Description |
|---|---|
| com.sun.el.lang | |
| javax.el |
Provides the API for Jakarta Expression Language 3.0
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationListener> |
EvaluationContext.getEvaluationListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationContext.addEvaluationListener(EvaluationListener listener) |
| 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 © 2017–2019 Eclipse Foundation. All rights reserved.