Represents a model and view returned by a handler, to be resolved by a DispatcherServlet. The view can take the form of a String view name which will need to be resolved by a ViewResolver object; alternatively a View object can be specified directly. The model is a Map, allowing the use of multiple objects keyed by name. @author Rod Johnson @author Juergen Hoeller @author Rob Harrop @see DispatcherServlet @see ViewResolver @see HandlerAdapter#handle @see org.springframework.web.servlet.mvc.Controller#handleRequest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|