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, setDefaultFactory
public 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 JspFactory
public void releasePageContext(PageContext pc)
releasePageContext
in class JspFactory
pc
- the PageContext to freepublic java.lang.String getSpecificationVersion()
public JspEngineInfo getEngineInfo()
getEngineInfo
in class JspFactory
public JspApplicationContext getJspApplicationContext(ServletContext context)
getJspApplicationContext
in class JspFactory