Uses of Class
org.springframework.web.servlet.support.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.support
Modifier and TypeClassDescriptionclass
JSP-aware (and JSTL-aware) subclass of RequestContext, allowing for population of the context from ajakarta.servlet.jsp.PageContext
.Modifier and TypeMethodDescriptionstatic void
JstlUtils.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.ModifierConstructorDescriptionBindStatus
(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.tags
Modifier and TypeMethodDescriptionprotected final RequestContext
RequestContextAwareTag.getRequestContext()
Return the current RequestContext. -
Uses of RequestContext in org.springframework.web.servlet.view
Modifier and TypeMethodDescriptionprotected RequestContext
AbstractView.createRequestContext
(HttpServletRequest request, HttpServletResponse response, Map<String, Object> model) Create a RequestContext to expose under the specified attribute name.