Class AbstractCxOccInterceptor
- java.lang.Object
-
- de.hybris.platform.personalizationservices.occ.impl.AbstractCxOccInterceptor
-
- All Implemented Interfaces:
CxOccInterceptor,org.springframework.core.Ordered,org.springframework.integration.context.Orderable
- Direct Known Subclasses:
CdsCxOccInterceptor,DefaultCxOccInterceptor,PreviewTicketCxOccInterceptor
public abstract class AbstractCxOccInterceptor extends java.lang.Object implements CxOccInterceptor
Base abstract interceptor with default handling of order.
-
-
Constructor Summary
Constructors Constructor Description AbstractCxOccInterceptor(int order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CxOccInterceptorVotegetDefaultVote(javax.servlet.http.HttpServletRequest request)intgetOrder()voidsetOrder(int order)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.personalizationservices.occ.CxOccInterceptor
afterVoteExecution, beforeGetVote, beforeVoteExecution, shouldPersonalizeRequest, shouldPersonalizeRequestVote
-
-
-
-
Method Detail
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
setOrder
public void setOrder(int order)
- Specified by:
setOrderin interfaceorg.springframework.integration.context.Orderable
-
getDefaultVote
public CxOccInterceptorVote getDefaultVote(javax.servlet.http.HttpServletRequest request)
-
-