Uses of Class
jakarta.servlet.jsp.PageContext
Packages that use PageContext
Package
Description
Classes and interfaces related to the core tag library component of the Jakarta Standard Tag Library.
Classes and interfaces related to the locale sensitive formatting tag library component of the Jakarta Standard Tag Library.
-
Uses of PageContext in jakarta.servlet.jsp
Methods in jakarta.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 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.jstl.core
Methods in jakarta.servlet.jsp.jstl.core with parameters of type PageContextModifier and TypeMethodDescriptionstatic ObjectConfig.find(PageContext pageContext, String name) Finds the value associated with a specific configuration setting identified by its context initialization parameter name.static ObjectConfig.get(PageContext pageContext, String name, int scope) Looks up a configuration variable in the given scope.static voidConfig.remove(PageContext pageContext, String name, int scope) Removes a configuration variable from the given scope.static voidConfig.set(PageContext pageContext, String name, Object value, int scope) Sets the value of a configuration variable in the given scope. -
Uses of PageContext in jakarta.servlet.jsp.jstl.fmt
Methods in jakarta.servlet.jsp.jstl.fmt with parameters of type PageContextModifier and TypeMethodDescriptionstatic StringLocaleSupport.getLocalizedMessage(PageContext pageContext, String key) Retrieves the localized message corresponding to the given key.static StringLocaleSupport.getLocalizedMessage(PageContext pageContext, String key, Object[] args) Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified viaargs.static StringLocaleSupport.getLocalizedMessage(PageContext pageContext, String key, Object[] args, String basename) Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified viaargs.static StringLocaleSupport.getLocalizedMessage(PageContext pageContext, String key, String basename) Retrieves the localized message corresponding to the given key. -
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.