info.magnolia.voting
Interface Voter

All Known Subinterfaces:
Subscription
All Known Implementing Classes:
AbstractBoolVoter, AuthenticatedVoter, BasePatternVoter, BaseVoterImpl, DefaultSubscription, DelegateVoter, DomainNameRegexVoter, DontDispatchOnForwardAttributeVoter, ExtensionVoter, FalseVoter, ForwardVoter, IfVoter, InverseVoter, NotVoter, OnAdminVoter, PropertyVoter, RequestHasParametersVoter, RequestHeaderPatternRegexVoter, RequestHeaderPatternSimpleVoter, RequestHeaderPatternVoter, ResponseContentTypeVoter, TrueVoter, URIPatternVoter, URIRegexVoter, URIStartsWithVoter, UserAgentVoter, VoterSet

public interface Voter

Contract for decision making rules based on the voting.

Version:
$Id$
Author:
philipp

Method Summary
 boolean isEnabled()
           
 int vote(Object value)
           
 

Method Detail

vote

int vote(Object value)

isEnabled

boolean isEnabled()


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.