Uses of Class
jakarta.servlet.jsp.PageContext
Package
Description
Classes and interfaces for the Core JSP 4.0 API.
Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries.
-
Uses of PageContext in jakarta.servlet.jsp
Modifier and TypeMethodDescriptionabstract PageContext
JspFactory.getPageContext
(jakarta.servlet.Servlet servlet, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, String errorPageURL, boolean needsSession, int buffer, boolean autoflush) obtains an instance of an implementation dependent jakarta.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.Modifier and TypeMethodDescriptionabstract void
JspFactory.releasePageContext
(PageContext pc) called to release a previously allocated PageContext object. -
Uses of PageContext in jakarta.servlet.jsp.tagext
Modifier and TypeMethodDescriptionvoid
Tag.setPageContext
(PageContext pc) Set the current page context.void
TagAdapter.setPageContext
(PageContext pc) Must not be called.void
TagSupport.setPageContext
(PageContext pageContext) Set the page context.