| Constructor and Description |
|---|
DynamicValueFilter() |
| 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 |
getParamName() |
protected Object |
getValue(Object value) |
protected abstract String |
getValueName() |
public void destroy()
Filterprotected abstract String getParamName()
protected abstract String getValueName()
protected String getBeanName()
protected String getBeanProperty()
public String filter(InvocationChain chain) throws Exception
FilterCopyright © 2015. All Rights Reserved.