Class ChineseAddressCheckoutStepController


  • @Controller
    @Scope("tenant")
    @RequestMapping("/checkout/multi")
    public class ChineseAddressCheckoutStepController
    extends AbstractCheckoutController
    • Constructor Detail

      • ChineseAddressCheckoutStepController

        public ChineseAddressCheckoutStepController()
    • Method Detail

      • getOrderSummaryAddress

        @RequestMapping(value="/chineseAddressForm",
                        method=GET)
        public java.lang.String getOrderSummaryAddress​(org.springframework.ui.Model model,
                                                       org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
                                                throws CMSItemNotFoundException
        Throws:
        CMSItemNotFoundException
      • getShippingItemAddress

        @RequestMapping(value="/chineseAddressInShippingItems",
                        method=GET)
        public java.lang.String getShippingItemAddress​(org.springframework.ui.Model model,
                                                       org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
                                                throws CMSItemNotFoundException
        Throws:
        CMSItemNotFoundException