org.apache.tapestry5.ioc.internal.services
Class ChainBuilderImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.ChainBuilderImpl
- All Implemented Interfaces:
- ChainBuilder
public class ChainBuilderImpl
- extends Object
- implements ChainBuilder
Method Summary |
|
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 |
ChainBuilderImpl
public ChainBuilderImpl(@Builtin
PlasticProxyFactory proxyFactory)
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.