April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Spring MVC – Key Interfaces
nModelAndView
nCreated by the Controller
nStores the Model data
nAssociates a View to the request
nCan be a physical View implementation or a logical View name
nViewResolver
nUsed to map logical View names to actual View
nimplementations
nHandlerMapping
nStrategy interface used by DispatcherServlet for mapping incoming requests to individual Controllers