Class SubstitutingCMSAddOnComponentController<T extends AbstractCMSComponentModel>

java.lang.Object
de.hybris.platform.addonsupport.controllers.AbstractAddOnController
de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController<T>
de.hybris.platform.travelacceleratorstorefront.controllers.cms.SubstitutingCMSAddOnComponentController<T>
Type Parameters:
T -
Direct Known Subclasses:
AbstractBookingDetailsComponentController, AbstractFinderComponentController, AccommodationBookingListComponentController, AccommodationBreakdownComponentController, AccommodationReservationComponentController, AccommodationSummaryComponentController, BookingTotalComponentController, DealComponentController, ManageMyBookingComponentController, PaymentOptionsComponentController, ReservationBreakdownComponentController, ReservationOverlayTotalsComponentController, ReservationTotalsComponentController, ShoppingBookingListComponentController, ShoppingDealComponentController, ShoppingReservationBreakdownComponentController, ShoppingReservationComponentController, ShoppingReservationTotalsComponentController, ShoppingTabbedFinderComponentController, ShoppingTransportBookingListComponentController, ShoppingTransportOfferingStatusSearchComponentController, ShoppingTransportSummaryComponentController, TabbedFinderComponentController, TransportBookingListComponentController, TransportOfferingStatusSearchComponentController, TransportReservationComponentController, TransportSummaryComponentController, TravelBookingListComponentController

public abstract class SubstitutingCMSAddOnComponentController<T extends AbstractCMSComponentModel> extends de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController<T>
Controller which substitutes the path to view file from original to custom one.
  • 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 String
     
    protected de.hybris.platform.servicelayer.config.ConfigurationService
     
     

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

    checkIfComponentNotEmpty, fillModel, 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

    • SubstitutingCMSAddOnComponentController

      public SubstitutingCMSAddOnComponentController()
  • Method Details

    • getAddonUiExtensionName

      protected String getAddonUiExtensionName(T component)
      Overrides:
      getAddonUiExtensionName in class de.hybris.platform.addonsupport.controllers.cms.AbstractCMSAddOnComponentController<T extends AbstractCMSComponentModel>
    • setMaxAllowedCheckInCheckOutDateDifference

      @ModelAttribute("maxAllowedCheckInCheckOutDateDifference") public String setMaxAllowedCheckInCheckOutDateDifference()
    • getConfigurationService

      protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()
      Returns:
      the configurationService