public class InterceptorRegistration
extends java.lang.Object
MappedInterceptor.| Constructor and Description |
|---|
InterceptorRegistration(HandlerInterceptor interceptor)
Creates an
InterceptorRegistration instance. |
| Modifier and Type | Method and Description |
|---|---|
InterceptorRegistration |
addPathPatterns(java.lang.String... patterns)
Add URL patterns to which the registered interceptor should apply to.
|
InterceptorRegistration |
excludePathPatterns(java.lang.String... patterns)
Add URL patterns to which the registered interceptor should not apply to.
|
protected java.lang.Object |
getInterceptor()
Returns the underlying interceptor.
|
public InterceptorRegistration(HandlerInterceptor interceptor)
InterceptorRegistration instance.public InterceptorRegistration addPathPatterns(java.lang.String... patterns)
public InterceptorRegistration excludePathPatterns(java.lang.String... patterns)
protected java.lang.Object getInterceptor()
MappedInterceptor; otherwise HandlerInterceptor.