Class ExtendedModelMap

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, Model
Direct Known Subclasses:
BindingAwareModelMap

public class ExtendedModelMap extends ModelMap implements Model
Subclass of ModelMap that implements the Model interface.

This is an implementation class exposed to handler methods by Spring MVC, typically via a declaration of the Model interface. There is no need to build it within user code; a plain ModelMap or even a just a regular Map with String keys will be good enough to return a user model.

Since:
2.5.1
Author:
Juergen Hoeller
See Also: