org.broadleafcommerce.core.web.controller.account.validator
Class UpdateAccountValidator
java.lang.Object
org.broadleafcommerce.core.web.controller.account.validator.UpdateAccountValidator
- All Implemented Interfaces:
- org.springframework.validation.Validator
@Component(value="blUpdateAccountValidator")
public class UpdateAccountValidator
- extends Object
- implements org.springframework.validation.Validator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerService
protected CustomerService customerService
UpdateAccountValidator
public UpdateAccountValidator()
validate
public void validate(UpdateAccountForm form,
org.springframework.validation.Errors errors)
supports
public boolean supports(Class<?> clazz)
- Specified by:
supports in interface org.springframework.validation.Validator
validate
public void validate(Object target,
org.springframework.validation.Errors errors)
- Specified by:
validate in interface org.springframework.validation.Validator
Copyright © 2013. All Rights Reserved.