Package com.broadleafcommerce.tax.delegate
-
Interface Summary Interface Description TaxDelegate<T1 extends TaxRequest,T2 extends TaxResponse> This class represents an object that delegates to the appropriateTaxProvider
. -
Class Summary Class Description DefaultTaxDelegate<T1 extends TaxRequest,T2 extends TaxResponse> This component resolves aTaxProvider
based on the providedContextInfo
and delegates appropriate tax calls to that provider.TaxDelegateProperties Properties to support theTaxDelegate
configuration, especially theDefaultTaxDelegate
.