Uses of Interface
org.apache.velocity.tools.generic.LoopTool.Condition
Packages that use LoopTool.Condition
Package
Description
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.ConditionModifier and TypeClassDescriptionstatic classBase condition class for conditions (assumption here is that conditions are all comparative.static classSimple condition that checks elements in the iterator for equality to a specified Object.Fields in org.apache.velocity.tools.generic declared as LoopTool.ConditionConstructors in org.apache.velocity.tools.generic with parameters of type LoopTool.ConditionModifierConstructorDescriptionActionCondition(LoopTool.Action action, LoopTool.Condition condition)