net.sf.emarket.web.controllers.user
Class LoginFormValidator

java.lang.Object
  extended by net.sf.emarket.web.controllers.user.LoginFormValidator
All Implemented Interfaces:
org.springframework.validation.Validator

@Component
public class LoginFormValidator
extends java.lang.Object
implements org.springframework.validation.Validator

LoginFormValidator Description.

Author:
: snambi

Constructor Summary
LoginFormValidator()
           
 
Method Summary
 boolean supports(java.lang.Class aClass)
           
 void validate(java.lang.Object o, 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

LoginFormValidator

public LoginFormValidator()
Method Detail

supports

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

validate

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


Copyright © 2009. All Rights Reserved.