Uses of Interface
org.apache.velocity.tools.generic.LoopTool.Condition
-
Packages that use LoopTool.Condition Package Description 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 Modifier and Type Class Description static classLoopTool.ComparisonBase condition class for conditions (assumption here is that conditions are all comparative.static classLoopTool.EqualsSimple condition that checks elements in the iterator for equality to a specified Object.Fields in org.apache.velocity.tools.generic declared as LoopTool.Condition Modifier and Type Field Description protected LoopTool.ConditionLoopTool.ActionCondition. conditionConstructors in org.apache.velocity.tools.generic with parameters of type LoopTool.Condition Constructor Description ActionCondition(LoopTool.Action action, LoopTool.Condition condition)
-