Interface Voter

    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Vote getVote​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from interface org.springframework.integration.context.Orderable

        setOrder
      • Methods inherited from interface org.springframework.core.Ordered

        getOrder
    • Method Detail

      • getVote

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