springmvc
2017-04-15 13:53:15 12 举报
spring mvc 源码分析
作者其他创作
大纲/内容
java.servlet
属性
HttpServletRequest
+ operation1(params):returnType- operation2(params)- operation3()
Servlet
ServletResponse
HttpServletResponse
ServletConfig
EnvironmentAware
Serializable
HttpServletBean
+ attribute1:type = defaultValue+ attribute2:type- attribute3:type
+ init()+ initServletBean()
FrameworkServlet
+ initServletBean()+ initWebApplicationContext()+onRefresh()+service()+processRequest()+doService()+doGet()+doPost()
Aware
GenericServlet
HttpServlet
+ service()+ doGet()+ doPost()
SpringMVC源码分析
DispatcherServlet
+onRefresh()+doService()+doDispatch()
- attributeA- attributeB
java.io
EnvironmentCapable
ServletRequest
0 条评论
下一页