Uses of Interface
jakarta.el.ELContextListener
Packages that use ELContextListener
-
Uses of ELContextListener in jakarta.faces.application
Methods in jakarta.faces.application that return ELContextListenerModifier and TypeMethodDescriptionApplication.getELContextListeners()If no calls have been made toApplication.addELContextListener(jakarta.el.ELContextListener), this method must return an empty array.ApplicationWrapper.getELContextListeners()The default behavior of this method is to callApplication.getELContextListeners()on the wrappedApplicationobject.Methods in jakarta.faces.application with parameters of type ELContextListenerModifier and TypeMethodDescriptionvoidApplication.addELContextListener(ELContextListener listener) Provide a way for Faces applications to register anELContextListenerthat will be notified on creation ofELContextinstances.voidApplicationWrapper.addELContextListener(ELContextListener listener) The default behavior of this method is to callApplication.addELContextListener(jakarta.el.ELContextListener)on the wrappedApplicationobject.voidApplication.removeELContextListener(ELContextListener listener) Remove the argumentlistenerfrom the list ofELContextListeners.voidApplicationWrapper.removeELContextListener(ELContextListener listener) The default behavior of this method is to callApplication.removeELContextListener(jakarta.el.ELContextListener)on the wrappedApplicationobject. -
Uses of ELContextListener in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp with parameters of type ELContextListenerModifier and TypeMethodDescriptionvoidJspApplicationContext.addELContextListener(ELContextListener listener) Registers aELContextListeners so that context objects can be added whenever a newELContextis created.