Class BroadleafRequestCustomerResolverImpl

java.lang.Object
org.broadleafcommerce.common.web.BroadleafRequestCustomerResolverImpl
All Implemented Interfaces:
BroadleafRequestCustomerResolver, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Service("blRequestCustomerResolver") public class BroadleafRequestCustomerResolverImpl extends Object implements org.springframework.context.ApplicationContextAware, BroadleafRequestCustomerResolver
By default, we'll resolve the customer from the "customer" attribute on the request.
Author:
Andre Azzolini (apazzolini)