| Constructor and Description |
|---|
ResultFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Gives a chance to the filter to deallocalte any resources before it is destroyed.
|
String |
filter(InvocationChain chain)
Executes the filter.
|
protected abstract String |
getResultFromAction(Object actionResult,
Action action) |
public String filter(InvocationChain chain) throws Exception
Filterprotected abstract String getResultFromAction(Object actionResult, Action action)
public void destroy()
FilterCopyright © 2015. All Rights Reserved.