public class BookmarkValidator extends EntryValidator
| Constructor and Description |
|---|
BookmarkValidator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultProtocol()
Getter for the field
defaultProtocol. |
void |
setDefaultProtocol(java.lang.String defaultProtocol)
Setter for the field
defaultProtocol. |
boolean |
supports(java.lang.Class clazz) |
void |
validate(java.lang.Object obj,
org.springframework.validation.Errors errors) |
public java.lang.String getDefaultProtocol()
Getter for the field defaultProtocol.
public void setDefaultProtocol(java.lang.String defaultProtocol)
Setter for the field defaultProtocol.
defaultProtocol - The defaultProtocol to set.public boolean supports(java.lang.Class clazz)
supports in interface org.springframework.validation.Validatorsupports in class EntryValidatorpublic void validate(java.lang.Object obj,
org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.Validatorvalidate in class EntryValidatorCopyright © 2023 Apereo. All Rights Reserved.