Class LoopTool.ActionCondition
java.lang.Object
org.apache.velocity.tools.generic.LoopTool.ActionCondition
- Enclosing class:
LoopTool
Composition class which associates an
LoopTool.Action and LoopTool.Condition
for a LoopTool.ManagedIterator.- Version:
- $Id: LoopTool.java 590893 2007-11-01 04:40:21Z nbubna $
- Author:
- Nathan Bubna
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the specified value meets the setLoopTool.Condition
-
Field Details
-
condition
-
action
-
-
Constructor Details
-
ActionCondition
-
-
Method Details
-
matches
Returns true if the specified value meets the setLoopTool.Condition- Parameters:
value- value to test- Returns:
- whether the value matchers the condition
-