@Configuration @ConditionalOnFramework(value=SPRING_MVC) public class SpringMvcConfigurationSupport extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
| Modifier and Type | Field and Description |
|---|---|
protected FormUrlProcessor |
formUrlProcessor |
protected static boolean |
jsr303Present |
protected LinkUrlProcessor |
linkUrlProcessor |
| Constructor and Description |
|---|
SpringMvcConfigurationSupport() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean |
editableLocalValidatorFactoryBean() |
org.springframework.validation.Validator |
editableParameterValidator() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
org.springframework.web.servlet.support.RequestDataValueProcessor |
requestDataValueProcessor() |
static org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor |
requestDataValueProcessorPostProcessor() |
IMultipartConfig |
securityMultipartConfig() |
protected static final boolean jsr303Present
@Autowired protected FormUrlProcessor formUrlProcessor
@Autowired protected LinkUrlProcessor linkUrlProcessor
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>public org.springframework.web.servlet.support.RequestDataValueProcessor requestDataValueProcessor()
@Bean public static org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor requestDataValueProcessorPostProcessor()
@Bean(name="hdivEditableValidator") public org.springframework.validation.Validator editableParameterValidator()
@Bean public org.springframework.validation.beanvalidation.LocalValidatorFactoryBean editableLocalValidatorFactoryBean()
@Bean public IMultipartConfig securityMultipartConfig()
Copyright © 2018 hdiv.org. All rights reserved.