Uses of Class
org.springframework.web.servlet.config.annotation.InterceptorRegistry
Packages that use InterceptorRegistry
Package
Description
Annotation-based setup for Spring MVC.
-
Uses of InterceptorRegistry in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation with parameters of type InterceptorRegistryModifier and TypeMethodDescriptionprotected voidDelegatingWebMvcConfiguration.addInterceptors(InterceptorRegistry registry) protected voidWebMvcConfigurationSupport.addInterceptors(InterceptorRegistry registry) Override this method to add Spring MVC interceptors for pre- and post-processing of controller invocation.default voidWebMvcConfigurer.addInterceptors(InterceptorRegistry registry) Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations and resource handler requests.