Example usage for Java javax.servlet.jsp JspFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
JspFactory | getDefaultFactory() Returns the default factory for this implementation. |
JspEngineInfo | getEngineInfo() called to get implementation-specific information on the current JSP engine. |
PageContext | getPageContext(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int buffer, boolean autoflush) obtains an instance of an implementation dependent javax.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response. |
void | releasePageContext(PageContext pc) called to release a previously allocated PageContext object. |
void | setDefaultFactory(JspFactory deflt) set the default factory for this implementation. |