org.broadleafcommerce.core.web.controller.order
Class StoreController
java.lang.Object
org.broadleafcommerce.core.web.controller.order.StoreController
@Controller(value="storeController")
@RequestMapping(value="/storeLocator")
public class StoreController
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
stateService
protected StateService stateService
countryService
protected CountryService countryService
StoreController
public StoreController()
showStores
@RequestMapping(method=GET)
public String showStores(org.springframework.ui.ModelMap model)
findStores
@RequestMapping(method=POST)
public String findStores(org.springframework.ui.ModelMap model,
@ModelAttribute
FindAStoreForm findAStoreForm,
org.springframework.validation.BindingResult errors)
Copyright © 2012. All Rights Reserved.