Package io.milton.common
Class ModelAndView
- java.lang.Object
-
- io.milton.common.ModelAndView
-
public class ModelAndView extends Object
-
-
Constructor Summary
Constructors Constructor Description ModelAndView(String template)ModelAndView(String modelObjectName, Object modelObject, String template)ModelAndView(Map<String,Object> model, View view)ModelAndView(Map<String,Object> model, String template)
-
-
-
Constructor Detail
-
ModelAndView
public ModelAndView(String template)
-
-