|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.validators.CreditCardValidator
public class CreditCardValidator
| Constructor Summary | |
|---|---|
CreditCardValidator()
|
|
| Method Summary | |
|---|---|
void |
validate(Messages errors,
java.lang.Object value,
java.lang.String propertyName,
java.lang.String modelName)
Validate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreditCardValidator()
| Method Detail |
|---|
public void validate(Messages errors,
java.lang.Object value,
java.lang.String propertyName,
java.lang.String modelName)
throws java.lang.Exception
IPropertyValidator
The validation errors are added to an object of type Messages.
validate in interface IPropertyValidatorerrors - 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 | |||||||||