标签:框架 处理 blog patch res app nbsp -- 适配
一、Spring Mvc简介
Spring Mvc(Spring Web Mvc) 属于表现层的框架。
二、Spring结构图
Spring Mvc是Spring框架里面web模块的一部分,是在Spring3.0后发布的。
三、Spring Mvc请求流程图
解析:request发送请求给DispatcherServlet中央调度器,中央调度器在发送请求给HandlerMapping处理器映射器,返回一个执行链,将执行链转交给HandlerAdaptor处理器适配器,在调度Handler处理器ModelAndView先将结果交给HandlerAdaptor,然后再由HandlerAdaptor转交给 DispatcherServler,DispatcherServler调度ViewResolver(视图解析器)交给DispatcherServler 寻找View,View做出响应(response)。
标签:框架 处理 blog patch res app nbsp -- 适配
原文地址:http://www.cnblogs.com/yejiaojiao/p/6088364.html