public class LoginValidator extends Object implements org.springframework.validation.Validator
| Constructor and Description |
|---|
LoginValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(Class aClass) |
void |
validate(Object o,
org.springframework.validation.Errors errors) |
public boolean supports(Class aClass)
supports in interface org.springframework.validation.Validatorpublic void validate(Object o, org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.ValidatorCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.