|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.formproc.validation.AbstractRule
|
+--org.formproc.example.IsIntRule
This validates that the given value is an integer.
| Constructor Summary | |
IsIntRule()
|
|
| Method Summary | |
RuleResult |
validate(java.lang.Object value,
java.util.Locale locale)
Validate that the value is an integer |
| Methods inherited from class org.formproc.validation.AbstractRule |
configure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IsIntRule()
| Method Detail |
public RuleResult validate(java.lang.Object value,
java.util.Locale locale)
value - The valuelocale - The Locale
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||