public interface Filter
| 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.
|
String filter(InvocationChain chain) throws Exception
chain - The InvocationChain for the action this filter is being applied to.Exceptionvoid destroy()
Copyright © 2015. All Rights Reserved.