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