Java javax.servlet.jsp JspFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet.jsp JspFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet.jsp JspFactory.

The text is from its open source code.

Subclass

javax.servlet.jsp.JspFactory has subclasses.
Click this link to see all its subclasses.

Method

JspFactorygetDefaultFactory()
Returns the default factory for this implementation.
JspEngineInfogetEngineInfo()

called to get implementation-specific information on the current JSP engine.

PageContextgetPageContext(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.

voidreleasePageContext(PageContext pc)

called to release a previously allocated PageContext object.

voidsetDefaultFactory(JspFactory deflt)

set the default factory for this implementation.