Frames | No Frames |
Fields of type javax.servlet.jsp.PageContext | |
PageContext | The PageContext. |
Methods with parameter type javax.servlet.jsp.PageContext | |
void | Set the current page context. |
void | Must not be called. |
void | Set the page context. |
Methods with parameter type javax.servlet.jsp.PageContext | |
void |
called to release a previously allocated PageContext object. |
Methods with return type javax.servlet.jsp.PageContext | |
PageContext | JspFactory.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. |