Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » runtime » [javadoc | source]
org.apache.jasper.runtime
public class: JspFactoryImpl [javadoc | source]
java.lang.Object
   javax.servlet.jsp.JspFactory
      org.apache.jasper.runtime.JspFactoryImpl
Implementation of JspFactory.
Nested Class Summary:
protected final class  JspFactoryImpl.PageContextPool   
Method from org.apache.jasper.runtime.JspFactoryImpl Summary:
getEngineInfo,   getJspApplicationContext,   getPageContext,   releasePageContext
Methods from javax.servlet.jsp.JspFactory:
getDefaultFactory,   getEngineInfo,   getPageContext,   releasePageContext,   setDefaultFactory
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.runtime.JspFactoryImpl Detail:
 public JspEngineInfo getEngineInfo() 
 public JspApplicationContext getJspApplicationContext(ServletContext context) 
 public PageContext getPageContext(Servlet servlet,
    ServletRequest request,
    ServletResponse response,
    String errorPageURL,
    boolean needsSession,
    int bufferSize,
    boolean autoflush) 
 public  void releasePageContext(PageContext pc)