org.chenillekit.tapestry.core.factories
Class ListBindingFactory

java.lang.Object
  extended by org.chenillekit.tapestry.core.factories.ListBindingFactory
All Implemented Interfaces:
BindingFactory

public class ListBindingFactory
extends Object
implements BindingFactory

Binding factory where the expression is a collection type.

Version:
$Id: ListBindingFactory.java 594 2009-12-05 15:17:26Z mlusetti $

Constructor Summary
ListBindingFactory(BindingSource bindingSource)
           
 
Method Summary
 Binding newBinding(String description, ComponentResources container, ComponentResources component, String expression, Location location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBindingFactory

public ListBindingFactory(BindingSource bindingSource)
Method Detail

newBinding

public Binding newBinding(String description,
                          ComponentResources container,
                          ComponentResources component,
                          String expression,
                          Location location)
Specified by:
newBinding in interface BindingFactory


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.