| java.lang.Object javax.servlet.jsp.JspFactory com.caucho.jsp.QJspFactory
Method Summary | |
public static PageContextImpl | allocatePageContext(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int buffer, boolean autoFlush) | public static PageContextImpl | allocatePageContext(Servlet servlet, WebApp app, ServletRequest request, ServletResponse response, String errorPageURL, HttpSession session, int buffer, boolean autoFlush, boolean isPrintNullAsBlank) The jsp page context initialization. | public static QJspFactory | create() | public static void | freePageContext(PageContext pc) | public JspEngineInfo | getEngineInfo() | public JspApplicationContext | getJspApplicationContext(ServletContext context) | public PageContext | getPageContext(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int buffer, boolean autoFlush) | public String | getSpecificationVersion() | public void | releasePageContext(PageContext pc) Frees a page context after the JSP page is done with it. |
getJspApplicationContext | public JspApplicationContext getJspApplicationContext(ServletContext context)(Code) | | |
getSpecificationVersion | public String getSpecificationVersion()(Code) | | |
releasePageContext | public void releasePageContext(PageContext pc)(Code) | | Frees a page context after the JSP page is done with it.
Parameters: pc - the PageContext to free |
|
|