org.springframework.rules
Interface PropertyConstraintProvider
- All Known Implementing Classes:
- LoginDetails, Rules, SessionDetails, StringLenghtConstraintDialog.StringLengthValue
public interface PropertyConstraintProvider
Interface indicating the providing of validation. This can be
used in the validator to identify the source for validation rules.
- Author:
- Keith Donald
getPropertyConstraint
PropertyConstraint getPropertyConstraint(String propertyName)
- Returns the constraint on the given property.
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.