类 LoopTool.ActionCondition
java.lang.Object
org.apache.velocity.tools.generic.LoopTool.ActionCondition
- 封闭类:
- LoopTool
Composition class which associates an
LoopTool.Action and LoopTool.Condition
for a LoopTool.ManagedIterator.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
condition
-
action
-
-
构造器详细资料
-
ActionCondition
-
-
方法详细资料
-
matches
Returns true if the specified value meets the setLoopTool.Condition- 参数:
value- value to test- 返回:
- whether the value matchers the condition
-