Uses of Interface
javax.servlet.jsp.JspApplicationContext

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

Uses of JspApplicationContext in javax.servlet.jsp
 

Methods in javax.servlet.jsp that return JspApplicationContext
abstract  JspApplicationContext JspFactory.getJspApplicationContext(ServletContext context)
          Obtains the JspApplicationContext instance associated with the web application for the given ServletContext.
 

Uses of JspApplicationContext in org.apache.jasper.runtime
 

Classes in org.apache.jasper.runtime that implement JspApplicationContext
 class JspApplicationContextImpl
           
 

Methods in org.apache.jasper.runtime that return JspApplicationContext
 JspApplicationContext JspFactoryImpl.getJspApplicationContext(ServletContext context)
           
 



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.