Package org.opennms.nrtg.web.internal
Class ModelAndView
- java.lang.Object
-
- org.opennms.nrtg.web.internal.ModelAndView
-
public class ModelAndView extends Object
-
-
Constructor Summary
Constructors Constructor Description ModelAndView(String viewName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addObject(String name, Object modelObject)
Map<String,Object>
getModel()
String
getViewName()
-