Generated by
JDiff

Class org.springframework.web.servlet.config.annotation.InterceptorRegistration

Documentation changed from old to new.

Added Methods
InterceptorRegistration excludePathPatterns(String[]) Add URL patterns to which the registered interceptor should not apply to.
 

Changed Methods
InterceptorRegistration addPathPatterns(String[]) Change in return type from void to InterceptorRegistration.
Documentation changed from old to new.
Add URL patterns to which the registered interceptor should apply to.
Object getInterceptor() Documentation changed from old to new.
Returns the underlying interceptor.