org.broadleafcommerce.profile.web.controller.validator
Class CustomerPhoneValidator
java.lang.Object
org.broadleafcommerce.profile.web.controller.validator.CustomerPhoneValidator
- All Implemented Interfaces:
- org.springframework.validation.Validator
@Component(value="blCustomerPhoneValidator")
public class CustomerPhoneValidator
- 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 |
CustomerPhoneValidator
public CustomerPhoneValidator()
supports
public boolean supports(Class clazz)
- Specified by:
supports in interface org.springframework.validation.Validator
validate
public void validate(Object obj,
org.springframework.validation.Errors errors)
- Specified by:
validate in interface org.springframework.validation.Validator
Copyright © 2011. All Rights Reserved.