public class AutoWiringFilter extends InputWrapper implements Filter
| Constructor and Description |
|---|
AutoWiringFilter() |
AutoWiringFilter(boolean tryField) |
| 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.
|
Object |
getValue(String key)
Gets a parameter value (any object) with the given name.
|
Object |
getValueOld(String key) |
void |
setTryField(boolean tryField) |
void |
setValue(String key,
Object value)
Sets a parameter value with the given name.
|
String |
toString() |
clear, containsKey, containsValue, entries, entrySet, get, getBoolean, getBoolean, getBooleanValue, getBooleanValue, getDate, getDate, getDate, getDouble, getDouble, getDoubleValue, getDoubleValue, getEnum, getEnums, getFloat, getFloat, getFloatValue, getFloatValue, getHeader, getHeaderKeys, getInt, getInt, getInts, getIntValue, getIntValue, getIntValues, getLong, getLong, getLongs, getLongValue, getLongValue, getObject, getObject, getProperty, getRoot, getString, getStrings, getStringValue, getStringValues, has, hasValue, inject, inject, isEmpty, keys, keySet, put, putAll, remove, removeInput, removeValue, setInput, size, valuespublic AutoWiringFilter(boolean tryField)
public AutoWiringFilter()
public void setTryField(boolean tryField)
public String filter(InvocationChain chain) throws Exception
Filterpublic void setValue(String key, Object value)
InputsetValue in interface InputsetValue in class InputWrapperkey - the name of the parametervalue - the parameter value (any object)public Object getValue(String key)
InputgetValue in interface InputgetValue in class InputWrapperkey - the name of the parameterpublic void destroy()
FilterCopyright © 2015. All Rights Reserved.