Uses of Interface
jakarta.servlet.jsp.JspApplicationContext
- 
Packages that use JspApplicationContext Package Description jakarta.servlet.jsp Classes and interfaces for the Core JSP 3.1 API.
- 
- 
Uses of JspApplicationContext in jakarta.servlet.jspMethods in jakarta.servlet.jsp that return JspApplicationContext Modifier and Type Method Description abstract JspApplicationContextJspFactory. getJspApplicationContext(jakarta.servlet.ServletContext context)Obtains theJspApplicationContextinstance associated with the web application for the givenServletContext.
 
-