Spring - MVC

时间:2015-05-27 22:30:22   收藏:0   阅读:263

Spring - MVC

 

技术分享

 

 

处理过程:

Following is the sequence of events corresponding to an incoming HTTP request to DispatcherServlet:

All the above mentioned components ie. HandlerMapping, Controller and ViewResolver are parts ofWebApplicationContext which is an extension of the plain ApplicationContext with some extra features necessary for web applications.

 

原文:http://www.cnblogs.com/lnas01/p/4534485.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!