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.