public class FeedbackValidator extends Object implements org.springframework.validation.Validator
| Constructor and Description |
|---|
FeedbackValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFeedbackMaxChars(int feedbackMaxChars) |
boolean |
supports(Class givenClass) |
void |
validate(Object object,
org.springframework.validation.Errors errors) |
public void setFeedbackMaxChars(int feedbackMaxChars)
public boolean supports(Class givenClass)
supports in interface org.springframework.validation.Validatorpublic void validate(Object object, org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.ValidatorCopyright © 2017 Jasig. All Rights Reserved.