Uses of Interface
info.magnolia.voting.Voter

Packages that use Voter
info.magnolia.cms.exchange   
info.magnolia.cms.filters   
info.magnolia.voting   
info.magnolia.voting.voters   
 

Uses of Voter in info.magnolia.cms.exchange
 

Subinterfaces of Voter in info.magnolia.cms.exchange
 interface Subscription
           
 

Uses of Voter in info.magnolia.cms.filters
 

Methods in info.magnolia.cms.filters that return Voter
 Voter[] AbstractMgnlFilter.getBypasses()
           
 

Methods in info.magnolia.cms.filters with parameters of type Voter
 void AbstractMgnlFilter.addBypass(Voter voter)
           
 

Uses of Voter in info.magnolia.voting
 

Methods in info.magnolia.voting with parameters of type Voter
 int DefaultVoting.vote(Voter[] voters, java.lang.Object value)
           
 int Voting.vote(Voter[] voters, java.lang.Object value)
           
 

Uses of Voter in info.magnolia.voting.voters
 

Classes in info.magnolia.voting.voters that implement Voter
 class AbstractBoolVoter
          Used to create boolean voters which can't return integer values.
 class AuthenticatedVoter
          Checks if the current user is authenticated.
 class BasePatternVoter
          Voters which uses the urls to match against the pattern.
 class BaseVoterImpl
          Abstract voter.
 class DelegateVoter
          Check a magnolia system delegatePath
 class DontDispatchOnForwardAttributeVoter
          This voter returns true if the DONT_DISPATCH_ON_FORWARD_ATTRIBUTE attribute is set in the request.
 class ExtensionVoter
          Parameters (as Magnolia's configuration nodes): allow: comma separated lists of allowed extensions.
 class FalseVoter
          Returns false;
 class ForwardVoter
          This voter returns true if the request has been forwarded.
 class IfVoter
          Conditional voter.
 class InverseVoter
          Inverses the returned value of the wrapped voter ( 5 --> -5)
 class NotVoter
          Does invert the boolean outcome of a voter.
 class OnAdminVoter
          Checks if the admin flag (config:/server/admin) is set.
 class PropertyVoter
          Checks if the named Magnolia property has the expected value.
 class RequestHasParametersVoter
          Checks if the request used the "POST" method or if there are request parameters.
 class ResponseContentTypeVoter
          A voter which checks the content type set on the response object against a list of allowed and/or rejected content types.
 class TrueVoter
          Used to set a default not 0 outcome value
 class URIPatternVoter
          Checks if URI matches the pattern.
 class URIStartsWithVoter
          Checks if the URI starts with the given pattern.
 class UserAgentVoter
          A voter which checks the user agent header in request object against a list of allowed and/or rejected user agents.
 class VoterSet
          Can take a set of voters.
 

Methods in info.magnolia.voting.voters that return Voter
 Voter IfVoter.getCondition()
           
 Voter IfVoter.getOtherwise()
           
 Voter IfVoter.getThen()
           
 Voter InverseVoter.getVoter()
           
 Voter[] VoterSet.getVoters()
           
 

Methods in info.magnolia.voting.voters with parameters of type Voter
 void VoterSet.addVoter(Voter voter)
           
 void IfVoter.setCondition(Voter condition)
           
 void IfVoter.setOtherwise(Voter otherwise)
           
 void IfVoter.setThen(Voter then)
           
 void InverseVoter.setVoter(Voter vote)
           
 int AndVoting.vote(Voter[] voters, java.lang.Object value)
           
 int OrVoting.vote(Voter[] voters, java.lang.Object value)
           
 



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