Open LichongQ opened 6 years ago
Spring MVC的拦截器:HandlerInterceptor 和 WebRequestInterceptor,可指定实现方法的HandlerInteceptorAdapter,其中有preHandler、postHandler、afterCompletion、afterConcurrentHandlingStarted等方法
Spring MVC的拦截器:HandlerInterceptor 和 WebRequestInterceptor,可指定实现方法的HandlerInteceptorAdapter,其中有preHandler、postHandler、afterCompletion、afterConcurrentHandlingStarted等方法