Uses of Class
jakarta.servlet.jsp.JspFactory
-
Packages that use JspFactory Package Description jakarta.servlet.jsp Classes and interfaces for the Core JSP 3.0 API. -
-
Uses of JspFactory in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return JspFactory Modifier and Type Method Description static JspFactory
JspFactory. getDefaultFactory()
Returns the default factory for this implementation.Methods in jakarta.servlet.jsp with parameters of type JspFactory Modifier and Type Method Description static void
JspFactory. setDefaultFactory(JspFactory deflt)
set the default factory for this implementation.
-