org.apache.jasper.runtime
Class JspFactoryImpl

java.lang.Object
  extended by javax.servlet.jsp.JspFactory
      extended by org.apache.jasper.runtime.JspFactoryImpl

public class JspFactoryImpl
extends JspFactory

Implementation of JspFactory.

Author:
Anil K. Vijendran, Kin-man Chung

Constructor Summary
JspFactoryImpl()
           
 
Method Summary
 JspEngineInfo getEngineInfo()
           
 JspApplicationContext getJspApplicationContext(javax.servlet.ServletContext context)
           
 PageContext getPageContext(javax.servlet.Servlet servlet, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, java.lang.String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)
           
 void releasePageContext(PageContext pc)
           
 
Methods inherited from class javax.servlet.jsp.JspFactory
getDefaultFactory, setDefaultFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspFactoryImpl

public JspFactoryImpl()
Method Detail

getPageContext

public PageContext getPageContext(javax.servlet.Servlet servlet,
                                  javax.servlet.ServletRequest request,
                                  javax.servlet.ServletResponse response,
                                  java.lang.String errorPageURL,
                                  boolean needsSession,
                                  int bufferSize,
                                  boolean autoflush)
Specified by:
getPageContext in class JspFactory

releasePageContext

public void releasePageContext(PageContext pc)
Specified by:
releasePageContext in class JspFactory

getEngineInfo

public JspEngineInfo getEngineInfo()
Specified by:
getEngineInfo in class JspFactory

getJspApplicationContext

public JspApplicationContext getJspApplicationContext(javax.servlet.ServletContext context)
Specified by:
getJspApplicationContext in class JspFactory


Copyright © 2009 GlassFish Community. All Rights Reserved.