|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.javalite.activejdbc.validation.Converter
public abstract class Converter
| Constructor Summary | |
|---|---|
Converter()
|
|
| Method Summary | |
|---|---|
void |
validate(Model m)
Called by framework when a Model.validate() method called. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.javalite.activejdbc.validation.Validator |
|---|
formatMessage, setMessage |
| Constructor Detail |
|---|
public Converter()
| Method Detail |
|---|
public void validate(Model m)
ValidatorModel.validate() method called.
validate in interface Validatorm - model being validated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||