Package org.openxava.validators
Class URLValidator
- java.lang.Object
-
- org.openxava.validators.URLValidator
-
- All Implemented Interfaces:
java.io.Serializable
,IPropertyValidator
public class URLValidator extends java.lang.Object implements IPropertyValidator
- Author:
- Janesh Kodikara
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URLValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(Messages errors, java.lang.Object value, java.lang.String propertyName, java.lang.String modelName)
Validate.
-
-
-
Method Detail
-
validate
public void validate(Messages errors, java.lang.Object value, java.lang.String propertyName, java.lang.String modelName) throws java.lang.Exception
Description copied from interface:IPropertyValidator
Validate.The validation errors are added to an object of type
Messages
.- Specified by:
validate
in interfaceIPropertyValidator
- Parameters:
errors
- Not null. Ids list to read in the resources filevalue
- Value to validate. It can be nullpropertyName
- Property id in the resources filemodelName
- Object id in the resources file.- Throws:
java.lang.Exception
- Any unexpected problem.
-
-