| net.sf.oval.constraint.AssertURL
AssertURL | public @interface AssertURL(Code) | | Check if the value passes a validation by Validator.validate()
author: Sebastian Thomschke |
connect | boolean connect(Code) | | Specifies if a connection to the URL should be attempted to verify its validity.
|
errorCode | String errorCode(Code) | | error code passed to the ConstraintViolation object
|
permittedURISchemes | URIScheme[] permittedURISchemes(Code) | | Specifies the allowed URL schemes.
|
profiles | String[] profiles(Code) | | The associated validation profiles.
|
severity | int severity(Code) | | severity passed to the ConstraintViolation object
|
|
|