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