Uses of Interface
org.apache.velocity.tools.generic.LoopTool.Condition

Packages that use LoopTool.Condition
org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity. 
 

Uses of LoopTool.Condition in org.apache.velocity.tools.generic
 

Classes in org.apache.velocity.tools.generic that implement LoopTool.Condition
static class LoopTool.Comparison
          Base condition class for conditions (assumption here is that conditions are all comparative.
static class LoopTool.Equals
          Simple condition that checks elements in the iterator for equality to a specified Object.
 

Fields in org.apache.velocity.tools.generic declared as LoopTool.Condition
protected  LoopTool.Condition LoopTool.ActionCondition.condition
           
 

Constructors in org.apache.velocity.tools.generic with parameters of type LoopTool.Condition
LoopTool.ActionCondition(LoopTool.Action action, LoopTool.Condition condition)
           
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.