Uses of Class
jakarta.servlet.jsp.PageContext
Packages that use PageContext
-
Uses of PageContext in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return PageContextModifier 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.Methods in jakarta.servlet.jsp with parameters of type PageContextModifier and TypeMethodDescriptionabstract void
JspFactory.releasePageContext
(PageContext pc) called to release a previously allocated PageContext object. -
Uses of PageContext in jakarta.servlet.jsp.el
Fields in jakarta.servlet.jsp.el declared as PageContextModifier and TypeFieldDescription(package private) PageContext
ImplicitObjectELResolver.ImplicitObjects.mContext
Methods in jakarta.servlet.jsp.el with parameters of type PageContextModifier and TypeMethodDescriptionImplicitObjectELResolver.ImplicitObjects.createApplicationScopeMap
(PageContext pContext) Creates the Map that "wraps" application-scoped attributesImplicitObjectELResolver.ImplicitObjects.createCookieMap
(PageContext pContext) Creates the Map that maps cookie name to the first matching Cookie in request.getCookies().ImplicitObjectELResolver.ImplicitObjects.createHeaderMap
(PageContext pContext) Creates the Map that maps header name to single header value.ImplicitObjectELResolver.ImplicitObjects.createHeadersMap
(PageContext pContext) Creates the Map that maps header name to an array of header values.ImplicitObjectELResolver.ImplicitObjects.createInitParamMap
(PageContext pContext) Creates the Map that maps init parameter name to single init parameter value.ImplicitObjectELResolver.ImplicitObjects.createPageScopeMap
(PageContext pContext) Creates the Map that "wraps" page-scoped attributesImplicitObjectELResolver.ImplicitObjects.createParamMap
(PageContext pContext) Creates the Map that maps parameter name to single parameter value.ImplicitObjectELResolver.ImplicitObjects.createParamsMap
(PageContext pContext) Creates the Map that maps parameter name to an array of parameter values.ImplicitObjectELResolver.ImplicitObjects.createRequestScopeMap
(PageContext pContext) Creates the Map that "wraps" request-scoped attributesImplicitObjectELResolver.ImplicitObjects.createSessionScopeMap
(PageContext pContext) Creates the Map that "wraps" session-scoped attributesImplicitObjectELResolver.ImplicitObjects.getImplicitObjects
(PageContext pContext) Constructors in jakarta.servlet.jsp.el with parameters of type PageContext -
Uses of PageContext in jakarta.servlet.jsp.tagext
Fields in jakarta.servlet.jsp.tagext declared as PageContextMethods in jakarta.servlet.jsp.tagext with parameters of type PageContextModifier 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.