public class AbstractCustomerAddressController extends 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 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() |
addDeepLink, getContextPath, isAjaxRequest, jsonResponseprotected static String customerAddressesView
protected static String customerAddressesRedirect
protected CustomerAddressService customerAddressService
protected AddressService addressService
protected CountryService countryService
protected CustomerAddressValidator customerAddressValidator
protected StateService stateService
protected 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 © 2015. All Rights Reserved.