Interface Voter
- All Superinterfaces:
org.springframework.integration.context.Orderable,org.springframework.core.Ordered
- All Known Implementing Classes:
AbstractVoter,ConfigurableUrlVoter,NewSessionVoter,PeriodicVoter,PreviewVoter
public interface Voter
extends org.springframework.integration.context.Orderable
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface org.springframework.integration.context.Orderable
setOrderMethods inherited from interface org.springframework.core.Ordered
getOrder
-
Method Details
-
getVote
Vote getVote(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-