Uses of Class
jakarta.el.EvaluationListener
-
-
Uses of EvaluationListener in jakarta.el
Methods in jakarta.el that return types with arguments of type EvaluationListener Modifier and Type Method Description List<EvaluationListener>
ELContext. getEvaluationListeners()
Returns the list of registered evaluation listeners.Methods in jakarta.el with parameters of type EvaluationListener Modifier and Type Method Description void
ELContext. addEvaluationListener(EvaluationListener listener)
Registers an evaluation listener to the ELContext.void
ELManager. addEvaluationListener(EvaluationListener listener)
Register an evaluation listener.
-