|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ValidationRule in org.springmodules.validation.valang |
---|
Methods in org.springmodules.validation.valang that return types with arguments of type ValidationRule | |
---|---|
Collection<ValidationRule> |
ValangValidator.getRules()
Gets list of validation rules. |
Uses of ValidationRule in org.springmodules.validation.valang.javascript |
---|
Method parameters in org.springmodules.validation.valang.javascript with type arguments of type ValidationRule | |
---|---|
protected void |
ValangJavaScriptTranslator.appendArrayValidators(Collection<ValidationRule> rules,
MessageSourceAccessor messageSource)
|
void |
ValangJavaScriptTranslator.writeJavaScriptValangValidator(Writer writer,
String name,
boolean installSelfWithForm,
Collection<ValidationRule> rules,
MessageSourceAccessor messageSource)
Translates the provided set of Valang BasicValidationRule s into JavaScript
code capable of validating a HTML form and outputs the translated code into the provided
writer. |
Uses of ValidationRule in org.springmodules.validation.valang.parser |
---|
Methods in org.springmodules.validation.valang.parser that return types with arguments of type ValidationRule | |
---|---|
Collection<ValidationRule> |
ValangParser.parseValidation()
|
Uses of ValidationRule in org.springmodules.validation.valang.predicates |
---|
Classes in org.springmodules.validation.valang.predicates that implement ValidationRule | |
---|---|
class |
BasicValidationRule
Validation rule implementation that will validate a target bean an return an error message is the validation fails. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |