Uses of Class
javax.servlet.jsp.PageContext
-
Packages that use PageContext Package Description javax.servlet.jsp javax.servlet.jsp.tagext org.apache.jasper.runtime org.apache.jasper.tagplugins.jstl -
-
Uses of PageContext in javax.servlet.jsp
Methods in javax.servlet.jsp that return PageContext Modifier and Type Method Description abstract 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 PageContext Modifier and Type Method Description abstract 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 PageContext Modifier and Type Field Description protected PageContextTagSupport. pageContextThe PageContext.Methods in javax.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, 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(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 PageContext Modifier and Type Method Description static StringUtil. resolveUrl(String url, String context, PageContext pageContext)Utility methods taken from org.apache.taglibs.standard.tag.common.core.UrlSupport
-