public class ModelAndView extends LinkedHashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
ModelAndView() |
ModelAndView(String view) |
ModelAndView(String view,
Map<String,?> model) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
isEmpty()
是否为空
|
Map<String,Object> |
model()
模型
|
String |
view()
视图
|
ModelAndView |
view(String view) |
containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic ModelAndView()
public ModelAndView(String view)
Copyright © 2020. All rights reserved.