Package | Description |
---|---|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
void |
WebMvcConfigurerAdapter.addInterceptors(InterceptorRegistry registry)
Deprecated.
Add Spring MVC lifecycle interceptors for pre- and post-processing of
controller method invocations and resource handler requests.
|
protected void |
DelegatingWebMvcConfiguration.addInterceptors(InterceptorRegistry registry) |
default void |
WebMvcConfigurer.addInterceptors(InterceptorRegistry registry)
Add Spring MVC lifecycle interceptors for pre- and post-processing of
controller method invocations and resource handler requests.
|
protected void |
WebMvcConfigurationSupport.addInterceptors(InterceptorRegistry registry)
Override this method to add Spring MVC interceptors for
pre- and post-processing of controller invocation.
|