Package rife.validation
Interface ValidationRule
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
AbstractValidationRule
,CmfPropertyValidationRule
,PropertyValidationRule
,SupportedImage
,SupportedXhtml
,Task.InvalidPlanned
,ValidationRuleEmail
,ValidationRuleFormat
,ValidationRuleInList
,ValidationRuleLimitedDate
,ValidationRuleLimitedLength
,ValidationRuleNotEmpty
,ValidationRuleNotEqual
,ValidationRuleNotNull
,ValidationRuleRange
,ValidationRuleRegexp
,ValidationRuleSameAs
,ValidationRuleUrl
-
Method Summary
Modifier and TypeMethodDescriptionclone()
getBean()
getError()
<T extends ValidationRule>
Tboolean
validate()
-
Method Details
-
validate
boolean validate() -
getSubject
String getSubject() -
getError
ValidationError getError() -
getBean
Object getBean() -
setBean
-
clone
- Throws:
CloneNotSupportedException
-