Uses of Class
jakarta.servlet.jsp.PageContext
-
Packages that use PageContext Package Description jakarta.servlet.jsp jakarta.servlet.jsp.tagext org.apache.jasper.runtime org.apache.jasper.tagplugins.jstl -
-
Uses of PageContext in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return PageContext Modifier and Type Method Description abstract PageContextJspFactory. getPageContext(Servlet servlet, ServletRequest request, ServletResponse response, java.lang.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.tagext
Fields 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. -
Uses of PageContext in org.apache.jasper.runtime
Subclasses of PageContext in org.apache.jasper.runtime Modifier and Type Class Description classJspContextWrapperImplementation of a JSP Context Wrapper.classPageContextImplImplementation of the PageContext class from the JSP spec.Fields in org.apache.jasper.runtime declared as PageContext Modifier and Type Field Description protected PageContextJspFragmentHelper. _jspx_page_contextMethods in org.apache.jasper.runtime that return PageContext Modifier and Type Method Description PageContextJspFactoryImpl. getPageContext(Servlet servlet, ServletRequest request, ServletResponse response, java.lang.String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)Methods in org.apache.jasper.runtime with parameters of type PageContext Modifier and Type Method Description static voidJspRuntimeLibrary. handleSetPropertyExpression(java.lang.Object bean, java.lang.String prop, java.lang.String expression, PageContext pageContext, ProtectedFunctionMapper functionMapper)static java.lang.ObjectPageContextImpl. proprietaryEvaluate(java.lang.String expression, java.lang.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 PageContext Modifier and Type Method Description static java.lang.StringUtil. resolveUrl(java.lang.String url, java.lang.String context, PageContext pageContext)Utility methods taken from org.apache.taglibs.standard.tag.common.core.UrlSupport
-