List of usage examples for org.apache.commons.validator.routines UrlValidator subclass-usage
From source file org.orcid.frontend.web.forms.validate.OrcidUrlValidator.java
/** * * @author Will Simpson * */ public class OrcidUrlValidator extends UrlValidator {
From source file org.opentravel.schemacompiler.validate.impl.ResourceUrlValidator.java
/** * Verifies the format of resource base URL's and path templates. */ public class ResourceUrlValidator extends UrlValidator { private static final long serialVersionUID = -3674643870101980887L;
From source file pt.davidafsilva.ushortx.http.NoProtocolUrlValidator.java
/** * This validator performs the validation of an arbitrary URL string * * @author David Silva */ public final class NoProtocolUrlValidator extends UrlValidator {