|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Validator | |
|---|---|
| org.springframework.binding.form | FormModel related interfaces. |
| org.springframework.binding.form.support | |
| org.springframework.binding.validation | Validation interfaces. |
| org.springframework.binding.validation.support | |
| Uses of Validator in org.springframework.binding.form |
|---|
| Methods in org.springframework.binding.form that return Validator | |
|---|---|
Validator |
ValidatingFormModel.getValidator()
Get the validator that will be used to validate the form model. |
| Methods in org.springframework.binding.form with parameters of type Validator | |
|---|---|
void |
ValidatingFormModel.setValidator(Validator validator)
Set the validator that will be used to validate the form model. |
| Uses of Validator in org.springframework.binding.form.support |
|---|
| Methods in org.springframework.binding.form.support that return Validator | |
|---|---|
Validator |
DefaultFormModel.getValidator()
|
| Methods in org.springframework.binding.form.support with parameters of type Validator | |
|---|---|
void |
DefaultFormModel.setValidator(Validator validator)
Set the validator that will be used to validate the form model. |
| Uses of Validator in org.springframework.binding.validation |
|---|
| Subinterfaces of Validator in org.springframework.binding.validation | |
|---|---|
interface |
RichValidator
Interface to be implemented by classes capable of incrementally validating domain objects. |
| Uses of Validator in org.springframework.binding.validation.support |
|---|
| Classes in org.springframework.binding.validation.support that implement Validator | |
|---|---|
class |
CompositeRichValidator
This RichValidator allows combining several RichValidators. |
class |
HibernateRulesValidator
Validator which uses the ClassValidator of Hibernate to discover
InvalidValue. |
class |
RulesValidator
Implementation of a RichValidator which will check the formObject
against rules found in a RulesSource. |
class |
ValangRichValidator
Implementation of RichValidator that delegates to a
ValangValidator for validation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||