org.broadleafcommerce.core.web.controller.order
Class StoreController

java.lang.Object
  extended by org.broadleafcommerce.core.web.controller.order.StoreController

@Controller(value="storeController")
@RequestMapping(value="/storeLocator")
public class StoreController
extends Object


Field Summary
protected  CountryService countryService
           
protected  org.apache.commons.logging.Log logger
           
protected  StateService stateService
           
 
Constructor Summary
StoreController()
           
 
Method Summary
 String findStores(org.springframework.ui.ModelMap model, FindAStoreForm findAStoreForm, org.springframework.validation.BindingResult errors)
           
 String showStores(org.springframework.ui.ModelMap model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger

stateService

protected StateService stateService

countryService

protected CountryService countryService
Constructor Detail

StoreController

public StoreController()
Method Detail

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.