|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertyValidator
Validator for a single property.
| Method Summary | |
|---|---|
void |
validate(Messages errors,
java.lang.Object value,
java.lang.String propertyName,
java.lang.String modelName)
Validate. |
| Method Detail |
|---|
void validate(Messages errors,
java.lang.Object value,
java.lang.String propertyName,
java.lang.String modelName)
throws java.lang.Exception
The validation errors are added to an object of type Messages.
errors - Not null. Ids list to read in the resources filevalue - Value to validate. It can be nullpropertyName - Property id in the resources filemodelName - Object id in the resources file.
java.lang.Exception - Any unexpected problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||