info.magnolia.commands.chain
Interface Filter

All Superinterfaces:
Command

public interface Filter
extends Command

A replacement for org.apache.commons.chain.Filter.

A Filter is a specialized Command that also expects the Chain that is executing it to call the postprocess() method if it called the execute() method.


Field Summary
 
Fields inherited from interface info.magnolia.commands.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Method Summary
 boolean postprocess(Context context, Exception exception)
           
 
Methods inherited from interface info.magnolia.commands.chain.Command
copy, execute
 

Method Detail

postprocess

boolean postprocess(Context context,
                    Exception exception)


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