List of usage examples for org.apache.commons.validator UrlValidator subclass-usage
From source file it.eng.spagobi.commons.validation.SpagoURLValidator.java
/**
* @author AZ
*
* This class contains code from Jakarta Commons Validator
* It'is implemented as a subclass of URLValidator to solve the bugs described in
* http://issues.apache.org/bugzilla/attachment.cgi?id=14369 so in Spago Validator we can use SpagoURLValidator to
From source file au.edu.anu.portal.portlets.rss.validator.SimpleRSSPreferencesValidator.java
/**
* This is a replacement for commons-validator UrlValidator.
*
* The original has all protected methods so we can't get individual components tested.
* This simply overrides them and allows us to do so.
* Note that the impl of isValidScheme is custom.