摘要: DispatcherServlet.getHandlerAdapter(Object handler) protected HandlerAdapter getHandlerAdapter(Object handler) throws ServletException { if (this.hand 阅读全文
posted @ 2022-11-05 21:22 shigp1 阅读(104) 评论(0) 推荐(0)
摘要: DispatcherServlet.getHandler(HttpServletRequest request) protected HandlerExecutionChain getHandler(HttpServletRequest request) throws Exception { if 阅读全文
posted @ 2022-11-05 16:47 shigp1 阅读(230) 评论(0) 推荐(0)
摘要: 请求由Servlet的Service()处理。 FrameworkServlet.service(HttpServletRequest request, HttpServletResponse response) protected void service(HttpServletRequest r 阅读全文
posted @ 2022-11-05 11:51 shigp1 阅读(69) 评论(0) 推荐(0)