org.apache.tapestry5.ioc.internal.services
Class ChainBuilderImpl

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.ChainBuilderImpl
All Implemented Interfaces:
ChainBuilder

public class ChainBuilderImpl
extends Object
implements ChainBuilder


Constructor Summary
ChainBuilderImpl(PlasticProxyFactory proxyFactory)
           
 
Method Summary
<T> T
build(Class<T> commandInterface, List<T> commands)
          Creates a chain instance from a command interface and a list of commands (implementing the interface).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainBuilderImpl

public ChainBuilderImpl(@Builtin
                        PlasticProxyFactory proxyFactory)
Method Detail

build

public <T> T build(Class<T> commandInterface,
                   List<T> commands)
Description copied from interface: ChainBuilder
Creates a chain instance from a command interface and a list of commands (implementing the interface).

Specified by:
build in interface ChainBuilder


Copyright © 2003-2012 The Apache Software Foundation.