Class ChainBase<C extends Context>

java.lang.Object
org.apache.commons.chain.impl.ChainBase<C>
Type Parameters:
C - Type of the context associated with this chain
All Implemented Interfaces:
Chain<C>, Command<C>

public class ChainBase<C extends Context> extends Object implements Chain<C>
Convenience base class for Chain implementations.
Version:
$Revision$ $Date$
Author:
Craig R. McClanahan