Class MultishipAddAddressFormValidator

java.lang.Object
org.broadleafcommerce.common.web.validator.BroadleafCommonAddressValidator
org.broadleafcommerce.core.web.checkout.validator.MultishipAddAddressFormValidator
All Implemented Interfaces:
org.springframework.validation.Validator
Direct Known Subclasses:
USMultishipAddAddressFormValidator

@Component("blMultishipAddAddressFormValidator") public class MultishipAddAddressFormValidator extends BroadleafCommonAddressValidator implements org.springframework.validation.Validator
  • Constructor Details

    • MultishipAddAddressFormValidator

      public MultishipAddAddressFormValidator()
  • Method Details

    • 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