Interface DynamicSkuPricingFilter

All Superinterfaces:
jakarta.servlet.Filter
All Known Implementing Classes:
AbstractDynamicSkuPricingFilter, DefaultDynamicSkuPricingFilter

public interface DynamicSkuPricingFilter extends jakarta.servlet.Filter
Responsible for setting up the SkuPricingConsiderationContext. Rather than simply creating a filter that implements this interface, consider instead subclassing the DefaultDynamicSkuPricingFilter and overriding the appropriate methods.
Author:
jfischer