Uses of Interface
com.huaweicloud.common.adapters.webmvc.PreHandlerInterceptor
Packages that use PreHandlerInterceptor
-
Uses of PreHandlerInterceptor in com.huaweicloud.common.adapters.webmvc
Method parameters in com.huaweicloud.common.adapters.webmvc with type arguments of type PreHandlerInterceptorModifier and TypeMethodDescriptionorg.springframework.web.servlet.config.annotation.WebMvcConfigurerWebMvcConfiguration.webMvcConfigurer(List<PreHandlerInterceptor> preHandlerInterceptors, List<PostHandlerInterceptor> postHandlerInterceptors, InvocationMetrics invocationMetrics) Constructor parameters in com.huaweicloud.common.adapters.webmvc with type arguments of type PreHandlerInterceptorModifierConstructorDescriptionDecorateHandlerInterceptor(List<PreHandlerInterceptor> preHandlerInterceptors, List<PostHandlerInterceptor> postHandlerInterceptors)