21222324252627
*/ public class ValidateUrlTagHandler extends ValidateCustomTagHandler { public ValidateUrlTagHandler(TagConfig config) { super(config); setMetaRule(new PropertyHandlerMetaRule(new ValidateUrlTag())); }
26272829303132
setMetaRule(new PropertyHandlerMetaRule(new ValidateUrlTag())); } public ValidateUrlTagHandler(ValidatorConfig config) { super(config); setMetaRule(new PropertyHandlerMetaRule(new ValidateUrlTag())); }
18192021222324
* @author Ekaterina Shliakhovetskaya */ public class ValidateUrlJspTag extends AbstractCustomValidatorJspTag { public ValidateUrlJspTag() { super(new ValidateUrlTag(), "org.openfaces.URL"); }