org.chenillekit.tapestry.core.bindings
Class LoopBinding
java.lang.Object
org.apache.tapestry5.ioc.BaseLocatable
org.apache.tapestry5.internal.bindings.AbstractBinding
org.chenillekit.tapestry.core.bindings.ListBinding
org.chenillekit.tapestry.core.bindings.LoopBinding
- All Implemented Interfaces:
- Binding, AnnotationProvider, Locatable
public class LoopBinding
- extends ListBinding
Binding type for collection values.
This binding called by expression "loop:".
- Version:
- $Id: LoopBinding.java 594 2009-12-05 15:17:26Z mlusetti $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoopBinding
public LoopBinding(Location location,
List<Binding> bindings,
boolean invariant)
Copyright © 2008-2010 ChenilleKit. All Rights Reserved.