public class ConverterFilter extends Object implements Filter
| Constructor and Description |
|---|
ConverterFilter()
Creates a ConverterFilter.
|
ConverterFilter(boolean restore)
Creates a ConverterFilter.
|
| 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.
|
void |
setRestore(boolean restore)
Should this filter restore the old values after the action has executed?
|
public ConverterFilter()
public ConverterFilter(boolean restore)
restore - Restore the converted values after the action execution?public void setRestore(boolean restore)
restore - true to restore the values.public String filter(InvocationChain chain) throws Exception
Filterpublic void destroy()
FilterCopyright © 2015. All Rights Reserved.