Class ChineseAddressCheckoutStepController


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

    • ChineseAddressCheckoutStepController

      public ChineseAddressCheckoutStepController()
  • Method Details

    • getOrderSummaryAddress

      @RequestMapping(value="/chineseAddressForm", method=GET) public 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 String getShippingItemAddress(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) throws CMSItemNotFoundException
      Throws:
      CMSItemNotFoundException