org.apache.velocity.tools.generic
Class LoopTool.ActionCondition
java.lang.Object
org.apache.velocity.tools.generic.LoopTool.ActionCondition
- Enclosing class:
- LoopTool
public static class LoopTool.ActionCondition
- extends Object
Composition class which associates an LoopTool.Action
and LoopTool.ActionCondition
for a LoopTool.ManagedIterator
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
condition
protected LoopTool.Condition condition
action
protected LoopTool.Action action
LoopTool.ActionCondition
public LoopTool.ActionCondition(LoopTool.Action action,
LoopTool.Condition condition)
matches
public boolean matches(Object value)
- Returns true if the specified value meets the set
LoopTool.ActionCondition
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.