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

getInputFlashMap

@Nullable open static fun getInputFlashMap(request: HttpServletRequest): MutableMap<String, *>

Return read-only "input" flash attributes from request before redirect.

Parameters

request - current request

Return
a read-only Map, or null if not found

See Also
FlashMap