public class ModelAndView extends Object
ModelAndView(String viewName)
void
addObject(String name, Object modelObject)
Map<String,Object>
getModel()
String
getViewName()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ModelAndView(String viewName)
public void addObject(String name, Object modelObject)
public String getViewName()
public Map<String,Object> getModel()
Copyright © 2015. All rights reserved.