Class RedirectAttributesModelMap

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, SequencedMap<String,Object>, Model, RedirectAttributes

public class RedirectAttributesModelMap extends ModelMap implements RedirectAttributes
A ModelMap implementation of RedirectAttributes that formats values as Strings using a DataBinder. Also provides a place to store flash attributes so they can survive a redirect without the need to be embedded in the redirect URL.
Since:
3.1
Author:
Rossen Stoyanchev
See Also: