public class DefaultCxOccInterceptor extends AbstractCxOccInterceptor
| Modifier and Type | Field and Description |
|---|---|
static int |
PRECEDENCE |
| Constructor and Description |
|---|
DefaultCxOccInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterVoteExecution(HttpServletRequest request,
HttpServletResponse response,
Vote vote)
Method called after final vote execution
|
protected CxConsentService |
getCxConsentService() |
protected CxOccAttributesStrategy |
getCxOccAttributesStrategy() |
protected UserService |
getUserService() |
protected boolean |
isRecalculationAction(RecalculateAction a) |
void |
setCxConsentService(CxConsentService cxConsentService) |
void |
setCxOccAttributesStrategy(CxOccAttributesStrategy cxOccAttributesStrategy) |
void |
setUserService(UserService userService) |
boolean |
shouldPersonalizeRequest(HttpServletRequest request)
Method to determine if personalization process should be executed for this request
|
getOrder, setOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeGetVote, beforeVoteExecutionpublic static final int PRECEDENCE
public boolean shouldPersonalizeRequest(HttpServletRequest request)
CxOccInterceptorrequest - Http requestpublic void afterVoteExecution(HttpServletRequest request,
HttpServletResponse response,
Vote vote)
CxOccInterceptorrequest - Http requestresponse - Http responsevote - final vote which was executedprotected boolean isRecalculationAction(RecalculateAction a)
protected CxConsentService getCxConsentService()
public void setCxConsentService(CxConsentService cxConsentService)
protected UserService getUserService()
public void setUserService(UserService userService)
protected CxOccAttributesStrategy getCxOccAttributesStrategy()
public void setCxOccAttributesStrategy(CxOccAttributesStrategy cxOccAttributesStrategy)
Copyright © 2018 SAP SE. All Rights Reserved.