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