com.caucho.jsp
Class QJspFactory
java.lang.Object
javax.servlet.jsp.JspFactory
com.caucho.jsp.QJspFactory
public class QJspFactory
- extends JspFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QJspFactory
public QJspFactory()
create
public static QJspFactory create()
getPageContext
public PageContext getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoFlush)
- Specified by:
getPageContext
in class JspFactory
releasePageContext
public void releasePageContext(PageContext pc)
- Frees a page context after the JSP page is done with it.
- Specified by:
releasePageContext
in class JspFactory
- Parameters:
pc
- the PageContext to free
getSpecificationVersion
public java.lang.String getSpecificationVersion()
getEngineInfo
public JspEngineInfo getEngineInfo()
- Specified by:
getEngineInfo
in class JspFactory
getJspApplicationContext
public JspApplicationContext getJspApplicationContext(ServletContext context)
- Specified by:
getJspApplicationContext
in class JspFactory