org.broadleafcommerce.core.web.controller.checkout
Class CheckoutController
java.lang.Object
org.broadleafcommerce.core.web.controller.checkout.CheckoutController
@Controller(value="blCheckoutController")
@RequestMapping(value="/checkout")
public class CheckoutController
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cartService
protected CartService cartService
customerState
protected CustomerState customerState
customerAddressService
protected CustomerAddressService customerAddressService
customerPhoneService
protected CustomerPhoneService customerPhoneService
checkoutService
protected CheckoutService checkoutService
stateService
protected StateService stateService
countryService
protected CountryService countryService
paymentInfoService
protected PaymentInfoService paymentInfoService
securePaymentInfoService
protected SecurePaymentInfoService securePaymentInfoService
checkoutFormValidator
protected CheckoutFormValidator checkoutFormValidator
customerService
protected CustomerService customerService
checkoutView
protected String checkoutView
receiptView
protected String receiptView
CheckoutController
public CheckoutController()
setReceiptView
public void setReceiptView(String receiptView)
setCheckoutView
public void setCheckoutView(String checkoutView)
processCheckout
@RequestMapping(value="/checkout.htm",
method=POST)
public String processCheckout(@ModelAttribute
CheckoutForm checkoutForm,
org.springframework.validation.BindingResult errors,
org.springframework.ui.ModelMap model,
javax.servlet.http.HttpServletRequest request)
checkout
@RequestMapping(value="/checkout.htm",
method=GET)
public String checkout(@ModelAttribute
CheckoutForm checkoutForm,
org.springframework.validation.BindingResult errors,
org.springframework.ui.ModelMap model,
javax.servlet.http.HttpServletRequest request)
retrieveCartOrder
protected Order retrieveCartOrder(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
Copyright © 2012. All Rights Reserved.