info.magnolia.voting.voters
Class DelegateVoter

java.lang.Object
  extended by info.magnolia.voting.voters.BaseVoterImpl
      extended by info.magnolia.voting.voters.AbstractBoolVoter
          extended by info.magnolia.voting.voters.DelegateVoter
All Implemented Interfaces:
Voter

public class DelegateVoter
extends AbstractBoolVoter

Check a magnolia system delegatePath.

Author:
had

Constructor Summary
DelegateVoter()
           
 
Method Summary
protected  boolean boolVote(Object value)
           
 String getDelegatePath()
           
 void setDelegatePath(String delegatePath)
           
 
Methods inherited from class info.magnolia.voting.voters.AbstractBoolVoter
getFalseValue, getLevel, getTrueValue, isNot, setFalseValue, setLevel, setNot, setTrueValue, toString, vote
 
Methods inherited from class info.magnolia.voting.voters.BaseVoterImpl
getName, isEnabled, setEnabled, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelegateVoter

public DelegateVoter()
Method Detail

boolVote

protected boolean boolVote(Object value)
Specified by:
boolVote in class AbstractBoolVoter

getDelegatePath

public String getDelegatePath()

setDelegatePath

public void setDelegatePath(String delegatePath)


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