April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Spring MVC Run-time Flow
From http://www.springframework.org/docs/reference/mvc.html#mvc-servlet
Dispatcher
Web.xml finds dispatcher
1
2
Handler Mapping to Controller
(HandlerInterceptor.preHandle() calls)
Controller, Model collected,“View” chosen.
3
(HandlerInterceptor.postHandle())
ViewResolver calls view
4
5
View called
6
HandlerInterceptor. afterCompletion(),
Data returned