Class PaymentMockControlHandlerInterceptor

java.lang.Object
de.hybris.platform.acceleratorservices.web.payment.interceptors.PaymentMockControlHandlerInterceptor
All Implemented Interfaces:
org.springframework.web.servlet.HandlerInterceptor

public class PaymentMockControlHandlerInterceptor extends Object implements org.springframework.web.servlet.HandlerInterceptor
  • Constructor Details

    • PaymentMockControlHandlerInterceptor

      public PaymentMockControlHandlerInterceptor()
  • Method Details

    • preHandle

      public final boolean preHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler) throws Exception
      Specified by:
      preHandle in interface org.springframework.web.servlet.HandlerInterceptor
      Throws:
      Exception
    • getConfigurationService

      protected ConfigurationService getConfigurationService()
    • setConfigurationService

      public void setConfigurationService(ConfigurationService configurationService)