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(javax.servlet.ServletContext context)Obtains theJspApplicationContextinstance 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 classJspApplicationContextImplMethods in org.apache.jasper.runtime that return JspApplicationContext Modifier and Type Method Description JspApplicationContextJspFactoryImpl. getJspApplicationContext(javax.servlet.ServletContext context)
-