magoffin.matt.ma2.validation
Class EditUserValidator

java.lang.Object
  extended by magoffin.matt.ma2.validation.UserValidator
      extended by magoffin.matt.ma2.validation.EditUserValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class EditUserValidator
extends UserValidator

Supports validating a User within an Edit object.

Version:
$Revision: 43 $ $Date: 2007-10-21 11:10:01 +1300 (Sun, 21 Oct 2007) $
Author:
Matt Magoffin (spamsqr@msqr.us)

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

Constructor Detail

EditUserValidator

public EditUserValidator()
Method Detail

supports

public boolean supports(java.lang.Class clazz)
Specified by:
supports in interface org.springframework.validation.Validator
Overrides:
supports in class UserValidator

validate

public void validate(java.lang.Object obj,
                     org.springframework.validation.Errors errors)
Specified by:
validate in interface org.springframework.validation.Validator
Overrides:
validate in class UserValidator