Construct a
Chain configured with the specified
Command s.
Parameters: commands - The Commands to be configured exception: IllegalArgumentException - if commands,or one of the individual Command elements,is null
Construct a
Chain configured with the specified
Command s.
Parameters: commands - The Commands to be configured exception: IllegalArgumentException - if commands,or one of the individual Command elements,is null
See the
Chain JavaDoc.
Parameters: context - The Context to be processed by thisChain throws: Exception - if thrown by one of the Commandsin this Chain but not handled by a postprocess()method of a Filter throws: IllegalArgumentException - if contextis nulltrue if the processing of this Contexthas been completed, or false if the processingof this Context should be delegated to a subsequentCommand in an enclosing Chain