Interface BeforeViewHandlerAdaptee

All Known Implementing Classes:
AbstractConditionalResourceBeforeHandler, BeforeViewJsPropsHandlerAdaptee, ExportJsPropertiesBeforeViewHandler, HybrisAnalyticsBeforeViewHandler, HybrisMerchandisingBeforeViewHandlerAdaptee, ProductDetailsBeforeViewHandler, ProfileTagBeforeViewHandler

public interface BeforeViewHandlerAdaptee
Allows an AddOn to code up a BeforeViewHandler adapter without needing to implement the storefront specific interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    beforeView(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model, String viewName)
     
  • Method Details

    • beforeView

      String beforeView(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model, String viewName) throws Exception
      Throws:
      Exception