Package | Description |
---|---|
com.sun.el.lang | |
javax.el |
Provides the API for the Unified 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 |
ELContext.addEvaluationListener(EvaluationListener listener)
Registers an evaluation listener to the ELContext.
|
void |
ELManager.addEvaluationListener(EvaluationListener listener)
Register an evaluation listener.
|
Copyright © 2016. All rights reserved.