Uses of Class
org.apache.jasper.runtime.JspApplicationContextImpl
-
Packages that use JspApplicationContextImpl Package Description org.apache.jasper.runtime -
-
Uses of JspApplicationContextImpl in org.apache.jasper.runtime
Fields in org.apache.jasper.runtime declared as JspApplicationContextImpl Modifier and Type Field Description private JspApplicationContextImpl
PageContextImpl. jspApplicationContext
Fields in org.apache.jasper.runtime with type parameters of type JspApplicationContextImpl Modifier and Type Field Description private static java.util.Map<javax.servlet.ServletContext,JspApplicationContextImpl>
JspApplicationContextImpl. map
Methods in org.apache.jasper.runtime that return JspApplicationContextImpl Modifier and Type Method Description protected static JspApplicationContextImpl
JspApplicationContextImpl. findJspApplicationContext(javax.servlet.ServletContext context)
(package private) JspApplicationContextImpl
PageContextImpl. getJspApplicationContext()
-