Uses of Enum
org.apache.velocity.tools.generic.LoopTool.Action
Packages that use LoopTool.Action
Package
Description
Contains a collection of reusable, general-purpose "tools" for Velocity.
-
Uses of LoopTool.Action in org.apache.velocity.tools.generic
Subclasses with type arguments of type LoopTool.Action in org.apache.velocity.tools.genericModifier and TypeClassDescriptionstatic enumRepresents an automatic action taken by aLoopTool.ManagedIteratorwhen aLoopTool.Conditionis satisfied by the subsequent element.Fields in org.apache.velocity.tools.generic declared as LoopTool.ActionMethods in org.apache.velocity.tools.generic that return LoopTool.ActionModifier and TypeMethodDescriptionstatic LoopTool.ActionReturns the enum constant of this type with the specified name.static LoopTool.Action[]LoopTool.Action.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.velocity.tools.generic with parameters of type LoopTool.ActionModifierConstructorDescriptionActionCondition(LoopTool.Action action, LoopTool.Condition condition)