|
|||||||||
| 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(org.w3c.dom.Element element,
java.lang.Class clazz)
Returns the class validation element handler that can handle the given element. |
PropertyValidationElementHandler |
findPropertyHandler(org.w3c.dom.Element element,
java.lang.Class clazz,
java.beans.PropertyDescriptor descriptor)
Returns the property validation element handler that can handle the given element. |
| Method Detail |
|---|
ClassValidationElementHandler findClassHandler(org.w3c.dom.Element element,
java.lang.Class clazz)
element - The element to be handled.clazz - The validated class.
PropertyValidationElementHandler findPropertyHandler(org.w3c.dom.Element element,
java.lang.Class clazz,
java.beans.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 | ||||||||