@EnableWebMvc @EnableAspectJAutoProxy @Configuration @ComponentScan public class DecisionConfiguration extends FineWebApplicationConfiguration
构造器和说明 |
---|
DecisionConfiguration() |
限定符和类型 | 方法和说明 |
---|---|
void |
addArgumentResolvers(java.util.List<com.fr.third.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers) |
void |
addInterceptors(com.fr.third.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
DecisionLogAspect |
decisionRecordAspect()
注入切面类
|
DeviceBindingAspect |
deviceBindingAspect()
注入设备绑定验证
|
addReturnValueHandlers, configureDefaultServletHandling, configureMessageConverters
public void addInterceptors(com.fr.third.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors
在接口中 com.fr.third.springframework.web.servlet.config.annotation.WebMvcConfigurer
addInterceptors
在类中 com.fr.third.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
public void addArgumentResolvers(java.util.List<com.fr.third.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
addArgumentResolvers
在接口中 com.fr.third.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers
在类中 FineWebApplicationConfiguration
@Bean public DecisionLogAspect decisionRecordAspect()
@Bean public DeviceBindingAspect deviceBindingAspect()