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 © 2019. All rights reserved.