Class ProductDetailsBeforeViewHandler

java.lang.Object
de.hybris.platform.sap.productconfig.frontend.beforeview.ProductDetailsBeforeViewHandler
All Implemented Interfaces:
BeforeViewHandlerAdaptee

public class ProductDetailsBeforeViewHandler extends Object implements BeforeViewHandlerAdaptee
Product Configuration BeforeViewHandlerAdaptee. Disables browser side caching for product configuration page and product configuration overview page, by setting the corresponding HHTP-Headers.
Content of the configuration related pages is dynamic, hence caching does not make any sense.
  • Field Details

    • PRODUCT_CONFIG_PAGE

      public static final String PRODUCT_CONFIG_PAGE
      Path to the product configuration page
      See Also:
    • PRODUCT_CONFIG_OVERVIEW_PAGE

      public static final String PRODUCT_CONFIG_OVERVIEW_PAGE
      Path to the product configuration overview page
      See Also:
  • Constructor Details

    • ProductDetailsBeforeViewHandler

      public ProductDetailsBeforeViewHandler()
  • Method Details