Uses of Class
javax.el.EvaluationListener
-
Packages that use EvaluationListener Package Description javax.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of EvaluationListener in javax.el
Fields in javax.el with type parameters of type EvaluationListener Modifier and Type Field Description private java.util.List<EvaluationListener>ELContext. listenersMethods in javax.el that return types with arguments of type EvaluationListener Modifier and Type Method Description java.util.List<EvaluationListener>ELContext. getEvaluationListeners()Returns the list of registered evaluation listeners.Methods in javax.el with parameters of type EvaluationListener Modifier and Type Method Description voidELContext. addEvaluationListener(EvaluationListener listener)Registers an evaluation listener to the ELContext.voidELManager. addEvaluationListener(EvaluationListener listener)Register an evaluation listener.
-