Class BookingConfirmationPageController


@Controller @Scope("tenant") @RequestMapping("/checkout") public class BookingConfirmationPageController extends AbstractCheckoutController
BookingConfirmationPageController
  • Field Details

    • LOG

      protected static final org.apache.log4j.Logger LOG
  • Constructor Details

    • BookingConfirmationPageController

      public BookingConfirmationPageController()
  • Method Details

    • handleModelNotFoundException

      @ExceptionHandler(de.hybris.platform.servicelayer.exceptions.ModelNotFoundException.class) public String handleModelNotFoundException(de.hybris.platform.servicelayer.exceptions.ModelNotFoundException exception, javax.servlet.http.HttpServletRequest request)
      Parameters:
      exception -
      request -
      Returns:
      String
    • orderConfirmation

      @RequestMapping(value="/bookingConfirmation/{bookingReference:.*}", method=GET) public String orderConfirmation(@PathVariable("bookingReference") String bookingReference, org.springframework.ui.Model model) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Parameters:
      bookingReference -
      model -
      Returns:
      String
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • getDisableCurrencySelector

      @ModelAttribute("disableCurrencySelector") public Boolean getDisableCurrencySelector()