public class QJspFactory extends JspFactory
| Constructor and Description |
|---|
QJspFactory() |
| Modifier and Type | Method and Description |
|---|---|
static QJspFactory |
create() |
JspEngineInfo |
getEngineInfo() |
JspApplicationContext |
getJspApplicationContext(ServletContext context) |
PageContext |
getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoFlush) |
java.lang.String |
getSpecificationVersion() |
void |
releasePageContext(PageContext pc)
Frees a page context after the JSP page is done with it.
|
getDefaultFactory, setDefaultFactorypublic static QJspFactory create()
public PageContext getPageContext(Servlet servlet, ServletRequest request, ServletResponse response, java.lang.String errorPageURL, boolean needsSession, int buffer, boolean autoFlush)
getPageContext in class JspFactorypublic void releasePageContext(PageContext pc)
releasePageContext in class JspFactorypc - the PageContext to freepublic java.lang.String getSpecificationVersion()
public JspEngineInfo getEngineInfo()
getEngineInfo in class JspFactorypublic JspApplicationContext getJspApplicationContext(ServletContext context)
getJspApplicationContext in class JspFactory