Spring MVC时序图
2021-04-23 23:23:23 1 举报
Spring MVC源码时序图
作者其他创作
大纲/内容
init()
initWebApplicationContext
invokeHandlerMethod
返回ModelAndView
handle
AbstractView
configureAndRefreshWebApplicationContext
getModelAndView
processDispatchResult
AbstractApplicationContext
FrameworkServlet
initServletBean
getHandler
onRefresh
initStrategies
AbstractHandlerMethodAdapter
RequestMappingHandlerAdapter
HttpServletBean
getHandlerAdapter
doDispatch
父容器的refresh()
初始化阶段
AbstractHandlerMapping
render
MVC部分
运行(调用)阶段
返回HandlerExecutionChain
DispatcherServlet
handleInternal
doService
初始化九大组件
调用render方法,通过response输出到浏览器
0 条评论
回复 删除
下一页