org.codehaus.groovy.grails.validation
Class AbstractVetoingConstraint
java.lang.Object
org.codehaus.groovy.grails.validation.AbstractConstraint
org.codehaus.groovy.grails.validation.AbstractVetoingConstraint
- All Implemented Interfaces:
- Constraint, VetoingConstraint
- Direct Known Subclasses:
- BlankConstraint, NullableConstraint
public abstract class AbstractVetoingConstraint
- extends AbstractConstraint
- implements VetoingConstraint
TODO: write javadoc
- Author:
- Sergey Nebolsin ()
Methods inherited from class org.codehaus.groovy.grails.validation.AbstractConstraint |
checkState, getDefaultMessage, getPropertyName, rejectValue, rejectValue, rejectValue, rejectValue, rejectValue, rejectValueWithDefaultMessage, setMessageSource, setOwningClass, setParameter, setPropertyName, skipNullValues, toString, validate |
AbstractVetoingConstraint
public AbstractVetoingConstraint()
validateWithVetoing
public boolean validateWithVetoing(Object target,
Object propertyValue,
Errors errors)
- Specified by:
validateWithVetoing
in interface VetoingConstraint
processValidate
protected void processValidate(Object target,
Object propertyValue,
Errors errors)
- Specified by:
processValidate
in class AbstractConstraint
processValidateWithVetoing
protected abstract boolean processValidateWithVetoing(Object target,
Object propertyValue,
Errors errors)
Copyright (c) 2005-2006 The Grails project