magoffin.matt.ma2.validation
Class LogonValidator

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

public class LogonValidator
extends java.lang.Object
implements org.springframework.validation.Validator

Validator for LogonCommand objects.

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

Constructor Summary
LogonValidator()
           
 
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

LogonValidator

public LogonValidator()
Method Detail

supports

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

validate

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