spring-framework / org.springframework.web.servlet.support / RequestContextUtils / saveOutputFlashMap

saveOutputFlashMap

open static fun saveOutputFlashMap(location: String, request: HttpServletRequest, response: HttpServletResponse): Unit

Convenience method that retrieves the "output", updates it with the path and query params of the target URL, and then saves it using the FlashMapManager.

Parameters

location - the target URL for the redirect

request - the current request

response - the current response

Since
5.0