public class AbstractCustomerAddressController
extends org.broadleafcommerce.common.web.controller.BroadleafAbstractController
| Modifier and Type | Field and Description |
|---|---|
protected AddressService |
addressService |
protected CountryService |
countryService |
protected static String |
customerAddressesRedirect |
protected static String |
customerAddressesView |
protected CustomerAddressService |
customerAddressService |
protected CustomerAddressValidator |
customerAddressValidator |
protected org.broadleafcommerce.common.i18n.service.ISOService |
isoService |
protected StateService |
stateService |
| Constructor and Description |
|---|
AbstractCustomerAddressController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerAddressesRedirect() |
String |
getCustomerAddressesView() |
protected void |
initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder)
Initializes some custom binding operations for the managing an address.
|
protected List<Country> |
populateCountries() |
protected List<CustomerAddress> |
populateCustomerAddresses() |
protected List<State> |
populateStates() |
protected static String customerAddressesView
protected static String customerAddressesRedirect
protected CustomerAddressService customerAddressService
protected AddressService addressService
protected CountryService countryService
protected CustomerAddressValidator customerAddressValidator
protected StateService stateService
protected org.broadleafcommerce.common.i18n.service.ISOService isoService
protected void initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder)
throws Exception
request - binder - Exceptionprotected List<CustomerAddress> populateCustomerAddresses()
public String getCustomerAddressesView()
public String getCustomerAddressesRedirect()
Copyright © 2017. All rights reserved.