Package org.apache.commons.chain.config
Class TestChain
Test implementation of
Chain
.-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.commons.chain.impl.ChainBase
addCommand, execute, isFrozen
-
Constructor Details
-
TestChain
public TestChain()The Default-Constructor for this class.
-