Class InitBinderServiceImpl
java.lang.Object
org.broadleafcommerce.core.web.service.InitBinderServiceImpl
- All Implemented Interfaces:
InitBinderService
@Service("blInitBinderService")
public class InitBinderServiceImpl
extends Object
implements InitBinderService
- Author:
- Chris Kittrell (ckittrell)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.broadleafcommerce.profile.core.service.CountryServiceprotected org.broadleafcommerce.common.i18n.service.ISOService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigAddressInitBinder(org.springframework.web.bind.ServletRequestDataBinder binder)
-
Field Details
-
countryService
protected org.broadleafcommerce.profile.core.service.CountryService countryService -
isoService
protected org.broadleafcommerce.common.i18n.service.ISOService isoService
-
-
Constructor Details
-
InitBinderServiceImpl
public InitBinderServiceImpl()
-
-
Method Details
-
configAddressInitBinder
public void configAddressInitBinder(org.springframework.web.bind.ServletRequestDataBinder binder) - Specified by:
configAddressInitBinderin interfaceInitBinderService
-