info.magnolia.commands.chain
Interface Chain

All Superinterfaces:
Command
All Known Implementing Classes:
ChainBase

public interface Chain
extends Command

Replacement for org.apache.commons.chain.Chain.

A Chain represents a configured list of Commands that will be executed in order to perform processing on a specified Context.


Field Summary
 
Fields inherited from interface info.magnolia.commands.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Method Summary
 void addCommand(Command command)
           
 
Methods inherited from interface info.magnolia.commands.chain.Command
copy, execute
 

Method Detail

addCommand

void addCommand(Command command)


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.