Class ChainBuilderImpl

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

public class ChainBuilderImpl extends Object implements ChainBuilder
  • Constructor Details

  • Method Details

    • 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
      Type Parameters:
      T - the command interface type
      Parameters:
      commandInterface - the command interface
      commands - the list of commands to be chained
      Returns:
      the chain instance