Class SessionFlashMapManager

java.lang.Object
org.springframework.web.servlet.support.AbstractFlashMapManager
org.springframework.web.servlet.support.SessionFlashMapManager
All Implemented Interfaces:
FlashMapManager

public class SessionFlashMapManager extends AbstractFlashMapManager
Store and retrieve FlashMap instances to and from the HTTP session.
Since:
3.1.1
Author:
Rossen Stoyanchev, Juergen Hoeller