程序包 cn.taketoday.ui

类 ExtendedModelMap

所有已实现的接口:
Model, Serializable, Cloneable, Map<String,Object>

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.

从以下版本开始:
4.0
作者:
Juergen Hoeller, Harry Yang
另请参阅: