public abstract class AbstractVetoingConstraint extends AbstractConstraint implements VetoingConstraint
classShortName, constraintOwningClass, constraintParameter, constraintPropertyName, messageSource| Constructor and Description |
|---|
AbstractVetoingConstraint() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processValidate(java.lang.Object target,
java.lang.Object propertyValue,
org.springframework.validation.Errors errors) |
protected abstract boolean |
processValidateWithVetoing(java.lang.Object target,
java.lang.Object propertyValue,
org.springframework.validation.Errors errors) |
boolean |
validateWithVetoing(java.lang.Object target,
java.lang.Object propertyValue,
org.springframework.validation.Errors errors) |
checkState, getDefaultMessage, getParameter, getPropertyName, isValid, rejectValue, rejectValue, rejectValue, rejectValue, rejectValue, rejectValueWithDefaultMessage, setMessageSource, setOwningClass, setParameter, setPropertyName, skipBlankValues, skipNullValues, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getParameter, getPropertyName, isValid, setMessageSource, setOwningClass, setParameter, setPropertyName, supports, validatepublic boolean validateWithVetoing(java.lang.Object target,
java.lang.Object propertyValue,
org.springframework.validation.Errors errors)
validateWithVetoing in interface VetoingConstraintprotected void processValidate(java.lang.Object target,
java.lang.Object propertyValue,
org.springframework.validation.Errors errors)
processValidate in class AbstractConstraintprotected abstract boolean processValidateWithVetoing(java.lang.Object target,
java.lang.Object propertyValue,
org.springframework.validation.Errors errors)