Uses of Class
jakarta.servlet.jsp.PageContext
-
Packages that use PageContext Package Description jakarta.servlet.jsp Classes and interfaces for the Core JSP 3.0 API.jakarta.servlet.jsp.tagext Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries. -
-
Uses of PageContext in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return PageContext Modifier and Type Method Description abstract 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.Methods in jakarta.servlet.jsp with parameters of type PageContext Modifier and Type Method Description abstract void
JspFactory. releasePageContext(PageContext pc)
called to release a previously allocated PageContext object. -
Uses of PageContext in jakarta.servlet.jsp.tagext
Fields in jakarta.servlet.jsp.tagext declared as PageContext Modifier and Type Field Description protected PageContext
TagSupport. pageContext
The PageContext.Methods in jakarta.servlet.jsp.tagext with parameters of type PageContext Modifier and Type Method Description void
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.
-