|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyValidation
Interface for validation of a specific property identified with propertyName.
Method Summary | |
---|---|
void |
doValidatePropertyValue(Object object,
Object propertyValue,
Messages errors)
Validates the property value of object obj. |
String |
getPropertyName()
Returns the propertyName from the property which this propertyValidation is validating. |
Method Detail |
---|
String getPropertyName()
void doValidatePropertyValue(Object object, Object propertyValue, Messages errors)
value
- propertyvalue to be validated.errors
- errors object to which any validation errors are added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |