| java.lang.Object com.uwyn.rife.site.AbstractValidationRule com.uwyn.rife.site.PropertyValidationRule
All known Subclasses: com.uwyn.rife.cmf.validation.CmfPropertyValidationRule, com.uwyn.rife.site.ValidationRuleRegexp, com.uwyn.rife.site.ValidationRuleUrl, com.uwyn.rife.site.ValidationRuleFormat, com.uwyn.rife.site.ValidationRuleEmail, com.uwyn.rife.site.ValidationRuleInList, com.uwyn.rife.site.ValidationRuleLimitedLength, com.uwyn.rife.site.ValidationRuleSameAs, com.uwyn.rife.site.ValidationRuleNotNull, com.uwyn.rife.site.ValidationRuleRange, com.uwyn.rife.site.ValidationRuleLimitedDate, com.uwyn.rife.site.ValidationRuleNotEmpty, com.uwyn.rife.site.ValidationRuleNotEqual,
PropertyValidationRule | abstract public class PropertyValidationRule extends AbstractValidationRule (Code) | | This abstract class extends the AbstractValidationRule class
to provide common functionality that is useful for all bean property
validation rules.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |
PropertyValidationRule | protected PropertyValidationRule(String propertyName)(Code) | | Instantiates a new PropertyValidationRule instance.
Parameters: propertyName - the name of the property since: 1.0 |
getLoadingErrors | public Collection<String> getLoadingErrors()(Code) | | Retrieves the list of error messages that occurred during the loading
of content data.
the collection of errors messages; or null if the data was null or the propertydidn't exist since: 1.0
|
setLoadingErrors | protected void setLoadingErrors(Collection<String> errors)(Code) | | Set the list of error messages that occurred during the loading of
content data.
Parameters: errors - the collection of errors messages since: 1.0 |
|
|