Class 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
    • Constructor Detail

      • NewSessionVoter

        public NewSessionVoter()
    • Method Detail

      • getVote

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

        protected java.util.Set<RecalculateAction> getActionsForNewSession()
      • setCxConfigurationService

        public void setCxConfigurationService​(CxConfigurationService cxConfigurationService)