|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Validator
This interface defines the contract between the Core class and the validator sub-system. The Core is expected to expose the methods defined here, and this package will expose the required entry points.
| Method Summary | |
|---|---|
ValidatorResult |
validate(java.lang.String key,
java.lang.Object value)
Validate a value |
| Method Detail |
|---|
ValidatorResult validate(java.lang.String key,
java.lang.Object value)
throws BaseException
key - Key used to identify validation requiredvalue - Value to validate
BaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||