org.deegree.console.util
Class URLValidator

java.lang.Object
  extended by 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 $

Field Summary
 
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
 
Constructor Summary
URLValidator()
           
 
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
 

Constructor Detail

URLValidator

public URLValidator()
Method Detail

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.