org.telscenter.sail.webapp.presentation.validators
Class TeacherAccountFormValidator

java.lang.Object
  extended by org.telscenter.sail.webapp.presentation.validators.UserAccountFormValidator
      extended by org.telscenter.sail.webapp.presentation.validators.TeacherAccountFormValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class TeacherAccountFormValidator
extends UserAccountFormValidator

Version:
$Id$
Author:
Hiroki Terashima, Patrick Lawler

Field Summary
 
Fields inherited from class org.telscenter.sail.webapp.presentation.validators.UserAccountFormValidator
MAX_PASSWORD_LENGTH
 
Constructor Summary
TeacherAccountFormValidator()
           
 
Method Summary
 boolean supports(Class clazz)
           
 void validate(Object userAccountFormIn, 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

TeacherAccountFormValidator

public TeacherAccountFormValidator()
Method Detail

supports

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

validate

public void validate(Object userAccountFormIn,
                     org.springframework.validation.Errors errors)
Specified by:
validate in interface org.springframework.validation.Validator
Overrides:
validate in class UserAccountFormValidator
See Also:
Validator.validate(java.lang.Object, org.springframework.validation.Errors)


Copyright © 2012. All Rights Reserved.