Uses of Class
org.apache.velocity.tools.generic.LoopTool.Action
-
Packages that use LoopTool.Action Package Description org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity. -
-
Uses of LoopTool.Action in org.apache.velocity.tools.generic
Fields in org.apache.velocity.tools.generic declared as LoopTool.Action Modifier and Type Field Description protected LoopTool.ActionLoopTool.ActionCondition. actionMethods in org.apache.velocity.tools.generic that return LoopTool.Action Modifier and Type Method Description static LoopTool.ActionLoopTool.Action. valueOf(String name)Returns 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.Action Constructor Description ActionCondition(LoopTool.Action action, LoopTool.Condition condition)
-