public abstract class DynamicListFilter extends Object implements Filter
| Constructor and Description |
|---|
DynamicListFilter() |
| 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 String |
getBeanName() |
protected String |
getBeanProperty() |
protected abstract String |
getListName() |
protected abstract Map<String,String> |
getMap(int id) |
protected abstract String |
getParamName() |
public void destroy()
Filterprotected abstract String getParamName()
protected abstract String getListName()
protected String getBeanName()
protected String getBeanProperty()
public String filter(InvocationChain chain) throws Exception
FilterCopyright © 2015. All Rights Reserved.