Holder for both Model and View in the web MVC framework.
Note that these are entirely distinct. This class merely holds
both to make it possible for a controller to return both model
and view in a single return value.
Class to represent a model and view returned by a handler used
by a DispatcherServlet. The view can take the form of a reference
to a View object, or a String view name which will need to be
resolved by a ViewResolver object. The model is a Map, allowing
the use of multiple data objects keyed by name.
Class to represent a model and view returned by a handler used by a DispatcherServlet. The view can take the form of a reference to a View object, or a String view name which will need to be resolved by a ViewResolver object. The model is a Map, allowing the use of multiple data objects keyed by name.