org.chenillekit.tapestry.core.bindings
Class LoopBinding

java.lang.Object
  extended by org.apache.tapestry5.ioc.BaseLocatable
      extended by org.apache.tapestry5.internal.bindings.AbstractBinding
          extended by org.chenillekit.tapestry.core.bindings.ListBinding
              extended by 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 $

Constructor Summary
LoopBinding(Location location, List<Binding> bindings, boolean invariant)
           
 
Method Summary
 
Methods inherited from class org.chenillekit.tapestry.core.bindings.ListBinding
get, getBindingType, isInvariant
 
Methods inherited from class org.apache.tapestry5.internal.bindings.AbstractBinding
getAnnotation, set
 
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable
getLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoopBinding

public LoopBinding(Location location,
                   List<Binding> bindings,
                   boolean invariant)


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.