Uses of Class
javax.servlet.jsp.PageContext
Packages that use PageContext
-
Uses of PageContext in javax.servlet.jsp
Methods in javax.servlet.jsp that return PageContextModifier and TypeMethodDescriptionabstract PageContextJspFactory.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.Methods in javax.servlet.jsp with parameters of type PageContextModifier and TypeMethodDescriptionabstract voidJspFactory.releasePageContext(PageContext pc) called to release a previously allocated PageContext object. -
Uses of PageContext in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as PageContextMethods in javax.servlet.jsp.tagext with parameters of type PageContextModifier and TypeMethodDescriptionvoidTag.setPageContext(PageContext pc) Set the current page context.voidTagSupport.setPageContext(PageContext pageContext) Set the page context.