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
Voter returning action configured for new session
-
Field Summary
FieldsFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<RecalculateAction>protected CxConfigurationServicegetVote(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 Details
-
PRECEDENCE
public static final int PRECEDENCE- See Also:
-
-
Constructor Details
-
NewSessionVoter
public NewSessionVoter()
-
-
Method Details
-
getVote
public Vote getVote(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
getActionsForNewSession
-
getCxConfigurationService
-
setCxConfigurationService
-