Class AfterListingPageControllerInterceptor
java.lang.Object
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
de.hybris.platform.travelacceleratorstorefront.interceptors.aftercontroller.AfterListingPageControllerInterceptor
- All Implemented Interfaces:
org.springframework.web.servlet.AsyncHandlerInterceptor,org.springframework.web.servlet.HandlerInterceptor
public class AfterListingPageControllerInterceptor
extends org.springframework.web.servlet.handler.HandlerInterceptorAdapter
Below Interceptor will assign the current currency to the previous currency session attribute to avoid clearing of
facets on listing page through facets. If don't do this the system would clear the facets on facet search as previous
currency will always be different than the current currency due to the code executed in
CurrencyUpdateBeforeControllerHandler before currency change event
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler, org.springframework.web.servlet.ModelAndView modelAndView) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.AsyncHandlerInterceptor
afterConcurrentHandlingStartedMethods inherited from interface org.springframework.web.servlet.HandlerInterceptor
afterCompletion, preHandle
-
Constructor Details
-
AfterListingPageControllerInterceptor
public AfterListingPageControllerInterceptor()
-
-
Method Details