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