Uses of Class
jakarta.servlet.jsp.PageContext
Packages that use PageContext
Package
Description
-
Uses of PageContext in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return PageContextModifier and TypeMethodDescriptionabstract 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 PageContextModifier and TypeMethodDescriptionabstract voidJspFactory.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 PageContextMethods in jakarta.servlet.jsp.tagext with parameters of type PageContextModifier and TypeMethodDescriptionvoidTag.setPageContext(PageContext pc) Set the current page context.voidTagAdapter.setPageContext(PageContext pc) Must not be called.voidTagSupport.setPageContext(PageContext pageContext) Set the page context. -
Uses of PageContext in org.apache.jasper.runtime
Subclasses of PageContext in org.apache.jasper.runtimeModifier and TypeClassDescriptionclassImplementation of a JSP Context Wrapper.classImplementation of the PageContext class from the JSP spec.Fields in org.apache.jasper.runtime declared as PageContextModifier and TypeFieldDescriptionprotected final PageContextJspFragmentHelper._jspx_page_contextMethods in org.apache.jasper.runtime that return PageContextModifier and TypeMethodDescriptionJspFactoryImpl.getPageContext(jakarta.servlet.Servlet servlet, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush) Methods in org.apache.jasper.runtime with parameters of type PageContextModifier and TypeMethodDescriptionstatic voidJspRuntimeLibrary.handleSetPropertyExpression(Object bean, String prop, String expression, PageContext pageContext, ProtectedFunctionMapper functionMapper) static ObjectPageContextImpl.proprietaryEvaluate(String expression, Class<?> expectedType, PageContext pageContext, ProtectedFunctionMapper functionMap) Proprietary method to evaluate EL expressions.voidJspFactoryImpl.releasePageContext(PageContext pc) static JspWriterJspRuntimeLibrary.startBufferedBody(PageContext pageContext, BodyTag tag) -
Uses of PageContext in org.apache.jasper.tagplugins.jstl
Methods in org.apache.jasper.tagplugins.jstl with parameters of type PageContextModifier and TypeMethodDescriptionstatic StringUtil.resolveUrl(String url, String context, PageContext pageContext) Utility methods taken from org.apache.taglibs.standard.tag.common.core.UrlSupport