Uses of Class
jakarta.servlet.jsp.PageContext
- 
Packages that use PageContext Package Description jakarta.servlet.jsp Classes and interfaces for the Core JSP 3.1 API.jakarta.servlet.jsp.tagext Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries.
- 
- 
Uses of PageContext in jakarta.servlet.jspMethods in jakarta.servlet.jsp that return PageContext Modifier and Type Method Description abstract PageContextJspFactory. 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 voidJspFactory. releasePageContext(PageContext pc)called to release a previously allocated PageContext object.
- 
Uses of PageContext in jakarta.servlet.jsp.tagextFields in jakarta.servlet.jsp.tagext declared as PageContext Modifier and Type Field Description protected PageContextTagSupport. pageContextThe PageContext.Methods in jakarta.servlet.jsp.tagext with parameters of type PageContext Modifier and Type Method Description voidTag. setPageContext(PageContext pc)Set the current page context.voidTagAdapter. setPageContext(PageContext pc)Must not be called.voidTagSupport. setPageContext(PageContext pageContext)Set the page context.
 
-