Generated by
JDiff

Class org.springframework.web.servlet.handler.MappedInterceptor

Added Constructors
MappedInterceptor(String[], String[], WebRequestInterceptor) Create a new MappedInterceptor instance.
MappedInterceptor(String[], String[], HandlerInterceptor) Create a new MappedInterceptor instance.
 

Changed Constructors
MappedInterceptor(String[], WebRequestInterceptor) Documentation changed from old to new.
Create a new MappedInterceptor instance.
MappedInterceptor(String[], HandlerInterceptor) Documentation changed from old to new.
Create a new MappedInterceptor instance.
 

Changed Methods
boolean matches(String, PathMatcher) Documentation changed from old to new.
Returns {@code true} if the interceptor applies to the given request path.