美文网首页
深入Spring MVC

深入Spring MVC

作者: 铁甲喂龙 | 来源:发表于2017-08-23 11:13 被阅读0次

Spring mvc用的到组件包括 DispatcherServlet、HandlerMapping、Controller、ViewReolver,View

请求(Request)到DispatcherServlet后由DispatcherServlet找到请求对应的HandlerMapping,然后再通过HandlerMapping找到Controller,然后根据Controller返回值找到对应的ViewResolver,最后再通过ViewResolver找到相应的View(页面)

相关文章

网友评论

      本文标题:深入Spring MVC

      本文链接:https://www.haomeiwen.com/subject/zylddxtx.html