Uses of Interface
jakarta.el.ELContextListener
-
Packages that use ELContextListener Package Description jakarta.servlet.jsp org.apache.jasper.runtime -
-
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 anELContextListenerthat will be notified whenever a newELContextis created. -
Uses of ELContextListener in org.apache.jasper.runtime
Methods in org.apache.jasper.runtime with parameters of type ELContextListener Modifier and Type Method Description voidJspApplicationContextImpl. addELContextListener(ELContextListener listener)
-