public class DefaultFormActionValidator extends Object implements ActionValidator
Constructor and Description |
---|
DefaultFormActionValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
supports(Class<?> clazz) |
void |
validate(Action<?> target,
org.springframework.validation.Errors errors,
ComponentValidatorManager manager) |
public boolean supports(Class<?> clazz)
supports
in interface ActionValidator
public void validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)
validate
in interface ActionValidator
Copyright © 2021. All rights reserved.