public class JspFactoryImpl
extends javax.servlet.jsp.JspFactory
| Constructor and Description |
|---|
JspFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.jsp.JspEngineInfo |
getEngineInfo() |
javax.servlet.jsp.JspApplicationContext |
getJspApplicationContext(javax.servlet.ServletContext context) |
javax.servlet.jsp.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(javax.servlet.jsp.PageContext pc) |
public javax.servlet.jsp.PageContext getPageContext(javax.servlet.Servlet servlet,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoflush)
getPageContext in class javax.servlet.jsp.JspFactorypublic void releasePageContext(javax.servlet.jsp.PageContext pc)
releasePageContext in class javax.servlet.jsp.JspFactorypublic javax.servlet.jsp.JspEngineInfo getEngineInfo()
getEngineInfo in class javax.servlet.jsp.JspFactorypublic javax.servlet.jsp.JspApplicationContext getJspApplicationContext(javax.servlet.ServletContext context)
getJspApplicationContext in class javax.servlet.jsp.JspFactoryCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.