Package org.apache.commons.chain.impl
Class ChainBaseEx<C extends Context>
java.lang.Object
org.apache.commons.chain.impl.ChainBase<C>
org.apache.commons.chain.impl.ChainBaseEx<C>
- Type Parameters:
C
- Type of the context associated with this chain
Extended
ChainBase
for testing.- Author:
- Stefan Graff
-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.commons.chain.impl.ChainBase
addCommand, execute, isFrozen
-
Constructor Details
-
ChainBaseEx
public ChainBaseEx()
-
-
Method Details