Uses of Interface
javax.servlet.jsp.JspApplicationContext
-
Packages that use JspApplicationContext Package Description javax.servlet.jsp org.apache.jasper.runtime -
-
Uses of JspApplicationContext in javax.servlet.jsp
Methods in javax.servlet.jsp that return JspApplicationContext Modifier and Type Method Description abstract JspApplicationContext
JspFactory. getJspApplicationContext(javax.servlet.ServletContext context)
Obtains theJspApplicationContext
instance associated with the web application for the givenServletContext
. -
Uses of JspApplicationContext in org.apache.jasper.runtime
Classes in org.apache.jasper.runtime that implement JspApplicationContext Modifier and Type Class Description class
JspApplicationContextImpl
Methods in org.apache.jasper.runtime that return JspApplicationContext Modifier and Type Method Description JspApplicationContext
JspFactoryImpl. getJspApplicationContext(javax.servlet.ServletContext context)
-