刚刚学习spring的MVC
还有就是
public class LoginCtrl extends AbstractCommandController {
....
protected ModelAndView handle(HttpServletRequest request,
HttpServletResponse response, Object obj, BindException e)
throws Exception {
dosomething();
}
}
handle方法的调用者是???
返回的ModelAndView被存放到了那里??
还有就是
public class LoginCtrl extends AbstractCommandController {
....
protected ModelAndView handle(HttpServletRequest request,
HttpServletResponse response, Object obj, BindException e)
throws Exception {
dosomething();
}
}
handle方法的调用者是???
返回的ModelAndView被存放到了那里??