Class AccommodationSummaryComponentController

java.lang.Object
de.hybris.platform.addonsupport.controllers.AbstractAddOnController
de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController<T>
de.hybris.platform.travelacceleratorstorefront.controllers.cms.SubstitutingCMSAddOnComponentController<AccommodationSummaryComponentModel>
de.hybris.platform.accommodationaddon.controllers.cms.AccommodationSummaryComponentController

@Controller("AccommodationSummaryComponentController") @RequestMapping("/view/AccommodationSummaryComponentController") public class AccommodationSummaryComponentController extends SubstitutingCMSAddOnComponentController<AccommodationSummaryComponentModel>
Controller for Accommodation Summary Component
  • 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, AccommodationSummaryComponentModel 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 refreshing the component after an operation is performed on the cart

    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

    • AccommodationSummaryComponentController

      public AccommodationSummaryComponentController()
  • Method Details

    • fillModel

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

      @RequestMapping(value="/refresh", 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 refreshing the component after an operation is performed on the cart
      Parameters:
      componentUid -
      request -
      response -
      model -
      Returns: