public interface Filter extends Command
Modifier and Type | Method and Description |
---|---|
boolean |
postProcess(org.apache.commons.jxpath.JXPathContext context,
java.lang.Exception exception)
Invoked after the parent command has completed execution or an exception is encountered.
|
boolean postProcess(org.apache.commons.jxpath.JXPathContext context, java.lang.Exception exception)
context
- The current context for the command chain.exception
- The exception the parent command encountered. Null if no exception was encountered.Copyright © 2013 XChain Framework. All Rights Reserved.