PluginInterceptorRegistration |
PluginInterceptorRegistry.addInterceptor(org.springframework.web.servlet.HandlerInterceptor interceptor,
PluginInterceptorRegistry.Type type) |
Adds the provided HandlerInterceptor.
|
PluginInterceptorRegistration |
PluginInterceptorRegistration.addPathPatterns(String... patterns) |
Add URL patterns to which the registered interceptor should apply to.
|
PluginInterceptorRegistration |
PluginInterceptorRegistry.addWebRequestInterceptor(org.springframework.web.context.request.WebRequestInterceptor interceptor,
PluginInterceptorRegistry.Type type) |
Adds the provided WebRequestInterceptor.
|
PluginInterceptorRegistration |
PluginInterceptorRegistration.excludePathPatterns(String... patterns) |
Add URL patterns to which the registered interceptor should not apply to.
|
PluginInterceptorRegistration |
PluginInterceptorRegistration.order(int order) |
Specify an order position to be used.
|
PluginInterceptorRegistration |
PluginInterceptorRegistration.pathMatcher(org.springframework.util.PathMatcher pathMatcher) |
A PathMatcher implementation to use with this interceptor.
|