Class NewSessionVoter
- java.lang.Object
-
- de.hybris.platform.personalizationservices.voters.impl.AbstractVoter
-
- de.hybris.platform.personalizationservices.voters.impl.NewSessionVoter
-
- All Implemented Interfaces:
Voter,org.springframework.core.Ordered,org.springframework.integration.context.Orderable
public class NewSessionVoter extends AbstractVoter
Voter returning action configured for new session
-
-
Field Summary
Fields Modifier and Type Field Description static intPRECEDENCE
-
Constructor Summary
Constructors Constructor Description NewSessionVoter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Set<RecalculateAction>getActionsForNewSession()protected CxConfigurationServicegetCxConfigurationService()VotegetVote(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidsetCxConfigurationService(CxConfigurationService cxConfigurationService)-
Methods inherited from class de.hybris.platform.personalizationservices.voters.impl.AbstractVoter
getDefaultVote, getOrder, setOrder
-
-
-
-
Field Detail
-
PRECEDENCE
public static final int PRECEDENCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVote
public Vote getVote(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
getActionsForNewSession
protected java.util.Set<RecalculateAction> getActionsForNewSession()
-
getCxConfigurationService
protected CxConfigurationService getCxConfigurationService()
-
setCxConfigurationService
public void setCxConfigurationService(CxConfigurationService cxConfigurationService)
-
-