@Configuration @EnableAcrossJpaRepositories(basePackageClasses=WebCmsObject.class) public class WebCmsModuleDomainConfiguration extends Object
| Constructor and Description |
|---|
WebCmsModuleDomainConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.validation.SmartValidator |
entityValidator() |
org.springframework.context.MessageSource |
messageSource() |
void |
registerDefaultTypes(WebCmsTypeRegistry typeRegistry) |
@Autowired public void registerDefaultTypes(WebCmsTypeRegistry typeRegistry)
@Bean(name="entityValidator")
@Exposed
@ConditionalOnMissingBean(name="entityValidator",
search=ANCESTORS)
public org.springframework.validation.SmartValidator entityValidator()
@Bean
@ConditionalOnMissingBean(name="entityValidator",
search=ANCESTORS)
public org.springframework.context.MessageSource messageSource()
Copyright © 2020. All rights reserved.