April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Spring MVC Flow – Dispatcher
From http://www.springframework.org/docs/reference/mvc.html#mvc-servlet
Dispatcher
Handler Mapping are reviewed as to which Controller is to be invoked.
Any defined and implemented HandlerInterceptor.preHandle() calls are made.