org.apache.jasper.runtime
Class JspFactoryImpl
java.lang.Object
javax.servlet.jsp.JspFactory
org.apache.jasper.runtime.JspFactoryImpl
public class JspFactoryImpl
- extends JspFactory
Implementation of JspFactory.
- Author:
- Anil K. Vijendran, Kin-man Chung
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspFactoryImpl
public JspFactoryImpl()
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.