Class ReservationOverlayTotalsComponentController

java.lang.Object
de.hybris.platform.addonsupport.controllers.AbstractAddOnController
de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController<T>
de.hybris.platform.travelacceleratorstorefront.controllers.cms.SubstitutingCMSAddOnComponentController<ReservationOverlayTotalsComponentModel>
de.hybris.platform.travelacceleratorstorefront.controllers.cms.ReservationOverlayTotalsComponentController

@Controller("ReservationOverlayTotalsComponentController") @RequestMapping("/view/ReservationOverlayTotalsComponentController") public class ReservationOverlayTotalsComponentController extends SubstitutingCMSAddOnComponentController<ReservationOverlayTotalsComponentModel>
The type Reservation overlay totals component controller.
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.addonsupport.controllers.AbstractAddOnController

    de.hybris.platform.addonsupport.controllers.AbstractAddOnController.HttpNotFoundException
  • Field Summary

    Fields inherited from class de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController

    COMPONENT, COMPONENT_UID, FORWARD_PREFIX, REDIRECT_PREFIX, ROOT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, ReservationOverlayTotalsComponentModel component)
     
    protected String
    getComponent(String componentUid, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model)
    This method is responsible for populating itinerary component after see full reservation button is clicked
    protected void
    populateModel(org.springframework.ui.Model model)
     

    Methods inherited from class de.hybris.platform.travelacceleratorstorefront.controllers.cms.SubstitutingCMSAddOnComponentController

    getAddonUiExtensionName, getConfigurationService, setMaxAllowedCheckInCheckOutDateDifference

    Methods inherited from class de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController

    checkIfComponentNotEmpty, getCmsComponentFolder, getCmsComponentService, getCmsPageContextService, getRequestContextData, getTypeCode, getView, getViewResourceName, handleComponent, handleGet, setCmsComponentService

    Methods inherited from class de.hybris.platform.addonsupport.controllers.AbstractAddOnController

    addRequestToModel, getBean

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReservationOverlayTotalsComponentController

      public ReservationOverlayTotalsComponentController()
  • Method Details

    • fillModel

      protected void fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, ReservationOverlayTotalsComponentModel component)
      Specified by:
      fillModel in class de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController<ReservationOverlayTotalsComponentModel>
    • getComponent

      @RequestMapping(value="/load", method=GET) protected String getComponent(@RequestParam String componentUid, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model)
      This method is responsible for populating itinerary component after see full reservation button is clicked
      Parameters:
      componentUid -
      request -
      response -
      model -
      Returns:
    • populateModel

      protected void populateModel(org.springframework.ui.Model model)