sample.contact
Class WebContactValidator
java.lang.Object
sample.contact.WebContactValidator
- All Implemented Interfaces:
- org.springframework.validation.Validator
public class WebContactValidator
- extends Object
- implements org.springframework.validation.Validator
Validates WebContact
.
- Version:
- $Id: WebContactValidator.java 1740 2006-11-14 02:30:00Z benalex $
- Author:
- Ben Alex
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebContactValidator
public WebContactValidator()
supports
public boolean supports(Class clazz)
- Specified by:
supports
in interface org.springframework.validation.Validator
validate
public void validate(Object obj,
org.springframework.validation.Errors errors)
- Specified by:
validate
in interface org.springframework.validation.Validator
Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.