Interface BeforeViewHandlerAdaptee
-
- All Known Implementing Classes:
AbstractConditionalResourceBeforeHandler,BeforeViewJsPropsHandlerAdaptee,ExportJsPropertiesBeforeViewHandler,HybrisAnalyticsBeforeViewHandler,HybrisMerchandisingBeforeViewHandlerAdaptee,ProductDetailsBeforeViewHandler,ProfileTagBeforeViewHandler
public interface BeforeViewHandlerAdapteeAllows an AddOn to code up a BeforeViewHandler adapter without needing to implement the storefront specific interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringbeforeView(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model, java.lang.String viewName)
-