类的使用
cn.taketoday.web.config.InterceptorRegistry
使用InterceptorRegistry的程序包
-
cn.taketoday.web.config中InterceptorRegistry的使用
修饰符和类型方法说明voidCompositeWebMvcConfigurer.addInterceptors(InterceptorRegistry registry) protected voidDelegatingWebMvcConfiguration.addInterceptors(InterceptorRegistry registry) protected voidWebMvcConfigurationSupport.addInterceptors(InterceptorRegistry registry) Override this method to add Framework MVC interceptors for pre- and post-processing of controller invocation.default voidWebMvcConfigurer.addInterceptors(InterceptorRegistry registry) Add MVC lifecycle interceptors for pre- and post-processing of controller method invocations and resource handler requests.