public class InterceptorRegistration extends Object
| 构造器和说明 |
|---|
InterceptorRegistration(HandlerInterceptor interceptor) |
| 限定符和类型 | 方法和说明 |
|---|---|
InterceptorRegistration |
addPathPatterns(String... patterns) |
InterceptorRegistration |
excludePathPatterns(String... patterns) |
protected Object |
getInterceptor() |
InterceptorRegistration |
pathMatcher(PathMatcher pathMatcher) |
public InterceptorRegistration(HandlerInterceptor interceptor)
public InterceptorRegistration addPathPatterns(String... patterns)
public InterceptorRegistration excludePathPatterns(String... patterns)
public InterceptorRegistration pathMatcher(PathMatcher pathMatcher)
protected Object getInterceptor()
Copyright © 2023. All rights reserved.