Uses of Interface
jakarta.servlet.jsp.JspApplicationContext
-
Packages that use JspApplicationContext Package Description jakarta.servlet.jsp org.apache.jasper.runtime -
-
Uses of JspApplicationContext in jakarta.servlet.jsp
Methods in jakarta.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)
-