@Component public class WebCmsComponentValidator extends com.foreach.across.modules.entity.validators.EntityValidatorSupport<WebCmsComponent>
| Constructor and Description |
|---|
WebCmsComponentValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
postValidation(WebCmsComponent entity,
org.springframework.validation.Errors errors,
Object... validationHints) |
protected void |
preValidation(WebCmsComponent entity,
org.springframework.validation.Errors errors,
Object... validationHints) |
boolean |
supports(Class<?> clazz) |
postValidation, preValidation, setEntityValidator, validate, validatepublic boolean supports(Class<?> clazz)
supports in interface org.springframework.validation.Validatorsupports in class com.foreach.across.modules.entity.validators.EntityValidatorSupport<WebCmsComponent>protected void preValidation(WebCmsComponent entity, org.springframework.validation.Errors errors, Object... validationHints)
preValidation in class com.foreach.across.modules.entity.validators.EntityValidatorSupport<WebCmsComponent>protected void postValidation(WebCmsComponent entity, org.springframework.validation.Errors errors, Object... validationHints)
postValidation in class com.foreach.across.modules.entity.validators.EntityValidatorSupport<WebCmsComponent>Copyright © 2020. All rights reserved.