Class ChainBuilderImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.ChainBuilderImpl
- All Implemented Interfaces:
ChainBuilder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChainBuilderImpl
-
-
Method Details
-
build
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 interfaceChainBuilder
- Type Parameters:
T
- the command interface type- Parameters:
commandInterface
- the command interfacecommands
- the list of commands to be chained- Returns:
- the chain instance
-