|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractValidationRule | |
|---|---|
| com.uwyn.rife.cmf.validation | Provides classes for the validation of content management framework bean properties. |
| com.uwyn.rife.site | Provides classes and interfaces that provide useful features during the creation of a website. |
| Uses of AbstractValidationRule in com.uwyn.rife.cmf.validation |
|---|
| Subclasses of AbstractValidationRule in com.uwyn.rife.cmf.validation | |
|---|---|
class |
CmfPropertyValidationRule
This abstract class extends the PropertyValidationRule class
to provide common functionality that is useful for all concrete CMF
validation rules. |
class |
SupportedImage
A validation rule that checks if the data in a property is able to be loaded as a supported image format without errors. |
class |
SupportedXhtml
A validation rule that checks if the data in a property is able to be loaded as supported and valid xhtml without errors. |
| Uses of AbstractValidationRule in com.uwyn.rife.site |
|---|
| Subclasses of AbstractValidationRule in com.uwyn.rife.site | |
|---|---|
class |
PropertyValidationRule
This abstract class extends the AbstractValidationRule class
to provide common functionality that is useful for all bean property
validation rules. |
class |
ValidationRuleEmail
|
class |
ValidationRuleFormat
|
class |
ValidationRuleInList
|
class |
ValidationRuleLimitedDate
|
class |
ValidationRuleLimitedLength
|
class |
ValidationRuleNotEmpty
|
class |
ValidationRuleNotEqual
|
class |
ValidationRuleNotNull
|
class |
ValidationRuleRange
|
class |
ValidationRuleRegexp
|
class |
ValidationRuleSameAs
|
class |
ValidationRuleUrl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||