Uses of Class
javax.servlet.jsp.JspFactory
-
Packages that use JspFactory Package Description javax.servlet.jsp org.apache.jasper.runtime -
-
Uses of JspFactory in javax.servlet.jsp
Fields in javax.servlet.jsp declared as JspFactory Modifier and Type Field Description private static JspFactory
JspFactory. deflt
Methods in javax.servlet.jsp that return JspFactory Modifier and Type Method Description static JspFactory
JspFactory. getDefaultFactory()
Returns the default factory for this implementation.Methods in javax.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. -
Uses of JspFactory in org.apache.jasper.runtime
Subclasses of JspFactory in org.apache.jasper.runtime Modifier and Type Class Description class
JspFactoryImpl
Implementation of JspFactory.Fields in org.apache.jasper.runtime declared as JspFactory Modifier and Type Field Description private JspFactory
PageContextImpl. factory
Constructors in org.apache.jasper.runtime with parameters of type JspFactory Constructor Description PageContextImpl(JspFactory factory)
-