Uses of Class
javax.servlet.jsp.JspFactory
-
Packages that use JspFactory Package Description javax.servlet.jsp Classes and interfaces for the Core JSP 2.1 API. -
-
Uses of JspFactory in javax.servlet.jsp
Fields in javax.servlet.jsp declared as JspFactory Modifier and Type Field Description private static JspFactoryJspFactory. defltMethods in javax.servlet.jsp that return JspFactory Modifier and Type Method Description static JspFactoryJspFactory. getDefaultFactory()Returns the default factory for this implementation.Methods in javax.servlet.jsp with parameters of type JspFactory Modifier and Type Method Description static voidJspFactory. setDefaultFactory(JspFactory deflt)set the default factory for this implementation.
-