org.broadleafcommerce.core.web.checkout.validator
Class USShippingInfoFormValidator

java.lang.Object
  extended by org.broadleafcommerce.core.web.checkout.validator.ShippingInfoFormValidator
      extended by org.broadleafcommerce.core.web.checkout.validator.USShippingInfoFormValidator
All Implemented Interfaces:
org.springframework.validation.Validator

@Component(value="blUSShippingInfoFormValidator")
public class USShippingInfoFormValidator
extends ShippingInfoFormValidator


Constructor Summary
USShippingInfoFormValidator()
           
 
Method Summary
 boolean supports(Class clazz)
           
 void validate(Object obj, 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

USShippingInfoFormValidator

public USShippingInfoFormValidator()
Method Detail

supports

public boolean supports(Class clazz)
Specified by:
supports in interface org.springframework.validation.Validator
Overrides:
supports in class ShippingInfoFormValidator

validate

public void validate(Object obj,
                     org.springframework.validation.Errors errors)
Specified by:
validate in interface org.springframework.validation.Validator
Overrides:
validate in class ShippingInfoFormValidator


Copyright © 2012. All Rights Reserved.