org.springframework.ldap.samples.person.domain
Class GroupValidator

java.lang.Object
  extended by org.springframework.ldap.samples.person.domain.GroupValidator
All Implemented Interfaces:
Validator

public class GroupValidator
extends Object
implements Validator

Validates a Group domain object.

Author:
Ulrik Sandberg

Constructor Summary
GroupValidator()
           
 
Method Summary
 boolean supports(Class clazz)
           
 void validate(Object obj, Errors errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupValidator

public GroupValidator()
Method Detail

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-2011 Spring Framework. All Rights Reserved.