Uses of Class
javax.servlet.jsp.JspFactory

Packages that use JspFactory
javax.servlet.jsp Classes and interfaces for the Core JSP 2.0 API. 
org.apache.jasper.runtime   
 

Uses of JspFactory in javax.servlet.jsp
 

Methods in javax.servlet.jsp that return JspFactory
static JspFactory JspFactory.getDefaultFactory()
          Returns the default factory for this implementation.
 

Methods in javax.servlet.jsp with parameters of type JspFactory
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
 class JspFactoryImpl
          Implementation of JspFactory.
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.