Uses of Class
javax.servlet.jsp.JspFactory
Packages that use JspFactory
-
Uses of JspFactory in javax.servlet.jsp
Fields in javax.servlet.jsp declared as JspFactoryMethods in javax.servlet.jsp that return JspFactoryModifier and TypeMethodDescriptionstatic JspFactory
JspFactory.getDefaultFactory()
Returns the default factory for this implementation.Methods in javax.servlet.jsp with parameters of type JspFactoryModifier and TypeMethodDescriptionstatic void
JspFactory.setDefaultFactory
(JspFactory deflt) set the default factory for this implementation. -
Uses of JspFactory in org.apache.jasper.runtime
Subclasses of JspFactory in org.apache.jasper.runtimeFields in org.apache.jasper.runtime declared as JspFactoryConstructors in org.apache.jasper.runtime with parameters of type JspFactory