Class ClassificationIntegrationObjectInterceptor
- java.lang.Object
-
- de.hybris.platform.odata2webservices.interceptor.ClassificationIntegrationObjectInterceptor
-
- All Implemented Interfaces:
org.springframework.web.servlet.HandlerInterceptor
public final class ClassificationIntegrationObjectInterceptor extends java.lang.Object implements org.springframework.web.servlet.HandlerInterceptorAn interceptor that catches POST and PATCH requests. It verifies the Integration Object does not contain classification attributes before letting the request through. This interceptor will be removed once POST and PATCH for classification attributes are implemented.
-
-
Constructor Summary
Constructors Constructor Description ClassificationIntegrationObjectInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpreHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object handler)voidsetIntegrationObjectService(IntegrationObjectService integrationObjectService)
-
-
-
Method Detail
-
preHandle
public boolean preHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object handler)- Specified by:
preHandlein interfaceorg.springframework.web.servlet.HandlerInterceptor
-
setIntegrationObjectService
public void setIntegrationObjectService(IntegrationObjectService integrationObjectService)
-
-