org.apache.jasper.runtime

Class JspFactoryImpl

public class JspFactoryImpl extends JspFactory

Implementation of JspFactory.

Author: Anil K. Vijendran

Nested Class Summary
protected classJspFactoryImpl.PageContextPool
Method Summary
JspEngineInfogetEngineInfo()
JspApplicationContextgetJspApplicationContext(ServletContext context)
PageContextgetPageContext(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)
voidreleasePageContext(PageContext pc)

Method Detail

getEngineInfo

public JspEngineInfo getEngineInfo()

getJspApplicationContext

public JspApplicationContext getJspApplicationContext(ServletContext context)

getPageContext

public PageContext getPageContext(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)

releasePageContext

public void releasePageContext(PageContext pc)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.