Uses of Interface
javax.el.ELContextListener

Packages that use ELContextListener
javax.servlet.jsp Classes and interfaces for the Core JSP 2.0 API. 
org.apache.jasper.runtime   
 

Uses of ELContextListener in javax.servlet.jsp
 

Methods in javax.servlet.jsp with parameters of type ELContextListener
 void JspApplicationContext.addELContextListener(ELContextListener listener)
          Registers a ELContextListeners so that context objects can be added whenever a new ELContext is created.
 

Uses of ELContextListener in org.apache.jasper.runtime
 

Methods in org.apache.jasper.runtime with parameters of type ELContextListener
 void JspApplicationContextImpl.addELContextListener(ELContextListener listener)
           
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.