org.springframework.ldap.samples.person.domain
Class SearchCriteriaValidator
java.lang.Object
org.springframework.ldap.samples.person.domain.SearchCriteriaValidator
- All Implemented Interfaces:
- Validator
public class SearchCriteriaValidator
- extends Object
- implements Validator
Validates search chriteria.
- Author:
- Ulrik Sandberg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchCriteriaValidator
public SearchCriteriaValidator()
supports
public boolean supports(Class clazz)
- Specified by:
supports
in interface Validator
validate
public void validate(Object obj,
Errors errors)
- Specified by:
validate
in interface Validator
Copyright © 2006-2009 Spring Framework. All Rights Reserved.