info.magnolia.voting.voters
Class DontDispatchOnForwardAttributeVoter

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

Deprecated. since 4.4, use WebContainerResources instead

public class DontDispatchOnForwardAttributeVoter
extends AbstractBoolVoter

This voter returns true if the DONT_DISPATCH_ON_FORWARD_ATTRIBUTE attribute is set in the request.

Version:
$Id$
Author:
philipp

Field Summary
static String DONT_DISPATCH_ON_FORWARD_ATTRIBUTE
          Deprecated. since 4.4, should not be used anymore, replaced by the WebContainerResourcesImpl.WEB_CONTAINER_RESOURCE_MARKER_ATTRIBUTE.
 
Constructor Summary
DontDispatchOnForwardAttributeVoter()
          Deprecated.  
 
Method Summary
protected  boolean boolVote(Object value)
          Deprecated.  
 
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
 

Field Detail

DONT_DISPATCH_ON_FORWARD_ATTRIBUTE

public static final String DONT_DISPATCH_ON_FORWARD_ATTRIBUTE
Deprecated. since 4.4, should not be used anymore, replaced by the WebContainerResourcesImpl.WEB_CONTAINER_RESOURCE_MARKER_ATTRIBUTE.
Constructor Detail

DontDispatchOnForwardAttributeVoter

public DontDispatchOnForwardAttributeVoter()
Deprecated. 
Method Detail

boolVote

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


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