org.deegree.console.util
Class URLValidator
java.lang.Object
org.deegree.console.util.URLValidator
- All Implemented Interfaces:
- EventListener, javax.faces.validator.Validator
public class URLValidator
- extends Object
- implements javax.faces.validator.Validator
The URLValidator checks if a string is a valid URL
- Version:
- $Revision: 29926 $, $Date: 2011-03-08 11:47:59 +0100 (Di, 08. Mär 2011) $
- Author:
- Lyn Buesching, last edited by: $Author: mschneider $
Fields inherited from interface javax.faces.validator.Validator |
NOT_IN_RANGE_MESSAGE_ID |
Method Summary |
void |
validate(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1,
Object arg2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLValidator
public URLValidator()
validate
public void validate(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1,
Object arg2)
throws javax.faces.validator.ValidatorException
- Specified by:
validate
in interface javax.faces.validator.Validator
- Throws:
javax.faces.validator.ValidatorException
Copyright © 2011. All Rights Reserved.