April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Spring MVC – Key Interfaces
nController (org.springframework.web.servlet.mvc.Controller)
nUser created component for handling requests
nEncapsulates navigation logic
nDelegates to the service objects for business logic
nMust implement ModelAndView handleRequest(request, response)
n
nThis is the base controller interface, comparable to the notion of a Struts Action.