|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ValidatorWrapper
This interface represents a wrapper around a validator. The wrapper class acts as the bridge to calling the validator.
| Method Summary | |
|---|---|
DocumentationIterator |
getDoc()
Called to retrieve the documentation for the validator. |
java.lang.String |
getName()
Called to retrieve the "name" of the validator. |
boolean |
validate(InternalValidatorContext context,
ContextBean root,
ValidationTrace trace,
java.lang.Object obj)
Called to have the wrapper validate the passed object. |
| Method Detail |
|---|
boolean validate(InternalValidatorContext context,
ContextBean root,
ValidationTrace trace,
java.lang.Object obj)
context - The validation context to pass on to the contained
validator.root - The OGNL root, to be updated as appropriate.trace - The validation trace to track what calls what.obj - The object to be validated.
java.lang.String getName()
DocumentationIterator getDoc()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||