Uses of Class
org.springframework.web.servlet.support.RequestContext
Packages that use RequestContext
Package
Description
Support classes for Spring's web MVC framework.
This package contains Spring's JSP standard tag library for JSP 2.0+.
Provides standard View and ViewResolver implementations,
 including abstract base classes for custom implementations.
- 
Uses of RequestContext in org.springframework.web.servlet.supportSubclasses of RequestContext in org.springframework.web.servlet.supportModifier and TypeClassDescriptionclassJSP-aware (and JSTL-aware) subclass of RequestContext, allowing for population of the context from ajakarta.servlet.jsp.PageContext.Methods in org.springframework.web.servlet.support with parameters of type RequestContextModifier and TypeMethodDescriptionstatic voidJstlUtils.exposeLocalizationContext(RequestContext requestContext) Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.Constructors in org.springframework.web.servlet.support with parameters of type RequestContextModifierConstructorDescriptionBindStatus(RequestContext requestContext, String path, boolean htmlEscape) Create a new BindStatus instance, representing a field or object status.
- 
Uses of RequestContext in org.springframework.web.servlet.tagsMethods in org.springframework.web.servlet.tags that return RequestContextModifier and TypeMethodDescriptionprotected final RequestContextRequestContextAwareTag.getRequestContext()Return the current RequestContext.
- 
Uses of RequestContext in org.springframework.web.servlet.viewMethods in org.springframework.web.servlet.view that return RequestContextModifier and TypeMethodDescriptionprotected RequestContextAbstractView.createRequestContext(HttpServletRequest request, HttpServletResponse response, Map<String, Object> model) Create a RequestContext to expose under the specified attribute name.