For a given property, identify all the approprite validation constraints. Each returned value
is the name of a validator (i.e., "required") or a validator name and configuration (i.e.,
"minlength=5"). These contraints are exactly the individual terms in a
FieldValidatorSource.createValidators(org.apache.tapestry.FieldString) validate specification .
These will ultimately be used to create
FieldValidator s for the field that edits the
property.
Parameters: propertyType - the type of the property for which constraints are needed Parameters: annotationProvider - provides access to any annotations concerning the property (for implementationsthat are based on analysis of property annotations) a list of constraints See Also:FieldValidatorSource