2008-03-04
Spring2.5的MVC架构与2.0的相比,有那些改进?
刚刚学习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被存放到了那里??
- 11:43
- 浏览 (222)
- 论坛浏览 (332)
- 评论 (1)
- 相关推荐
最近加入圈子
最新评论
-
Json-lib 如何转换日期格 ...
能不能讲一下怎么用呀。
-- by bplyn -
Spring2.5的MVC架构与2. ...
可以使用注解了 http://static.springframework.or ...
-- by 王 三







评论排行榜