随想 201800609
Posted iiidragon
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了随想 201800609相关的知识,希望对你有一定的参考价值。
WebApplication:
1. Browser UI: ajax request, http request, location, document, window, js, DOM tree
2. Servelet Container:
2.1 accept http request
2.2 wrappe to HttpServletRequest and back to client with HttpServletResponse
2.3 URL mapping
2.4. View
2.4.1 View name
2.4.2 View Template
2.4..3 View Resolver
2.4.4 View controller
2.4.5 View Router
2.5 Interception
2.6 Filter
2.7 URL mapping Handler -->Controller
下图中 BaseInterceptor::preHandler & TestInterceptor::preHandler 应该在DispatcherServlet 之后
以上是关于随想 201800609的主要内容,如果未能解决你的问题,请参考以下文章