Uses of Interface
jakarta.el.ELContextListener
-
Packages that use ELContextListener Package Description jakarta.servlet.jsp -
-
Uses of ELContextListener in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp with parameters of type ELContextListener Modifier and Type Method Description voidJspApplicationContext. addELContextListener(ELContextListener listener)Registers aELContextListeners so that context objects can be added whenever a newELContextis created.
-