|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidationRuleElementHandlerRegistry
A registry of PropertyValidationElementHandler
's and ClassValidationElementHandler
's.
Method Summary | |
---|---|
ClassValidationElementHandler |
findClassHandler(Element element,
Class clazz)
Returns the class validation element handler that can handle the given element. |
PropertyValidationElementHandler |
findPropertyHandler(Element element,
Class clazz,
PropertyDescriptor descriptor)
Returns the property validation element handler that can handle the given element. |
Method Detail |
---|
ClassValidationElementHandler findClassHandler(Element element, Class clazz)
element
- The element to be handled.clazz
- The validated class.
PropertyValidationElementHandler findPropertyHandler(Element element, Class clazz, PropertyDescriptor descriptor)
element
- The element be handled.clazz
- The validated class.descriptor
- The property descriptor of the validated property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |