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 JspApplicationContextJspFactory. getJspApplicationContext(ServletContext context)Obtain theJspApplicationContextinstance that was associated within the passedServletContextfor this web application. -
Uses of JspApplicationContext in org.apache.jasper.runtime
Classes in org.apache.jasper.runtime that implement JspApplicationContext Modifier and Type Class Description classJspApplicationContextImplImplementation of JspApplicationContextMethods in org.apache.jasper.runtime that return JspApplicationContext Modifier and Type Method Description JspApplicationContextJspFactoryImpl. getJspApplicationContext(ServletContext context)
-