Class RedirectAttributesModelMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
org.springframework.ui.ModelMap
org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
All Implemented Interfaces:
Serializable, Cloneable, Map<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: