org.apache.velocity.tools.generic
Class LoopTool.ActionCondition

java.lang.Object
  extended by org.apache.velocity.tools.generic.LoopTool.ActionCondition
Enclosing class:
LoopTool

public static class LoopTool.ActionCondition
extends java.lang.Object

Composition class which associates an LoopTool.Action and LoopTool.ActionCondition for a LoopTool.ManagedIterator.


Field Summary
protected  LoopTool.Action action
           
protected  LoopTool.Condition condition
           
 
Constructor Summary
LoopTool.ActionCondition(LoopTool.Action action, LoopTool.Condition condition)
           
 
Method Summary
 boolean matches(java.lang.Object value)
          Returns true if the specified value meets the set LoopTool.ActionCondition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

condition

protected LoopTool.Condition condition

action

protected LoopTool.Action action
Constructor Detail

LoopTool.ActionCondition

public LoopTool.ActionCondition(LoopTool.Action action,
                                LoopTool.Condition condition)
Method Detail

matches

public boolean matches(java.lang.Object value)
Returns true if the specified value meets the set LoopTool.ActionCondition



Copyright (c) 2003-2007 Apache Software Foundation