@Component public class FeedFormValidator extends Object implements org.springframework.validation.Validator
Validator| Constructor and Description |
|---|
FeedFormValidator()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValid(String url) |
boolean |
supports(Class<?> clazz) |
void |
validate(Object target,
org.springframework.validation.Errors errors) |
public boolean supports(Class<?> clazz)
supports in interface org.springframework.validation.Validatorpublic void validate(Object target, org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.Validatorpublic static boolean isValid(String url)
Copyright © 2020 OSIVIA. All rights reserved.