Uses of Class
org.apache.velocity.tools.generic.LoopTool.ActionCondition
-
Packages that use LoopTool.ActionCondition Package Description org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity. -
-
Uses of LoopTool.ActionCondition in org.apache.velocity.tools.generic
Methods in org.apache.velocity.tools.generic with parameters of type LoopTool.ActionCondition Modifier and Type Method Description LoopTool.ManagedIteratorLoopTool.ManagedIterator. condition(LoopTool.ActionCondition condition)Adds a newLoopTool.ActionConditionfor this instance to check against the elements in the iterator being managed.
-