Java org.springframework.web.servlet.support RequestContextUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.support RequestContextUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.support RequestContextUtils.

The text is from its open source code.

Subclass

org.springframework.web.servlet.support.RequestContextUtils has subclasses.
Click this link to see all its subclasses.

Method

WebApplicationContextfindWebApplicationContext(HttpServletRequest request)
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing, and for the global context if none was found associated with the current request.
FlashMapManagergetFlashMapManager(HttpServletRequest request)
Return the FlashMapManager instance to save flash attributes.
MapgetInputFlashMap(HttpServletRequest request)
Return read-only "input" flash attributes from request before redirect.
LocalegetLocale(HttpServletRequest request)
Retrieve the current locale from the given request, using the LocaleResolver bound to the request by the DispatcherServlet (if available), falling back to the request's accept-header Locale.
LocaleResolvergetLocaleResolver(HttpServletRequest request)
Return the LocaleResolver that has been bound to the request by the DispatcherServlet.
FlashMapgetOutputFlashMap(HttpServletRequest request)
Return "output" FlashMap to save attributes for request after redirect.
ThemegetTheme(HttpServletRequest request)
Retrieves the current theme from the given request, using the ThemeResolver and ThemeSource bound to the request by the DispatcherServlet.
ThemeResolvergetThemeResolver(HttpServletRequest request)
Return the ThemeResolver that has been bound to the request by the DispatcherServlet.
ThemeSourcegetThemeSource(HttpServletRequest request)
Return the ThemeSource that has been bound to the request by the DispatcherServlet.