【SpringMVC】DispatcherServlet重要組件之一HandlerMapping

概括: 作用是根據request找到相應處理器Handler和Interceptors,HandlerMapping接口裏只有一個方法: HandlerExecutionChain getHandler(HttpServletRequest request) throws Exception; 我們也可以自己定義一個HandlerMapping,實現方法。 protected HandlerExe
相關文章
相關標籤/搜索