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 Details

  • Constructor Details

    • NewSessionVoter

      public NewSessionVoter()
  • Method Details

    • getVote

      public Vote getVote(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    • getActionsForNewSession

      protected Set<RecalculateAction> getActionsForNewSession()
    • getCxConfigurationService

      protected CxConfigurationService getCxConfigurationService()
    • setCxConfigurationService

      public void setCxConfigurationService(CxConfigurationService cxConfigurationService)