| Constructor and Description |
|---|
InjectionFilter()
Creates a InjectionFilter that can be used by any action class.
|
InjectionFilter(boolean tryField)
Creates an InjectionFilter that can be used by any action class.
|
InjectionFilter(boolean tryField,
boolean convert)
Creates an InjectionFilter that can be used by any action class.
|
InjectionFilter(boolean tryField,
boolean convert,
boolean convertNullToFalse)
Force NULL values to be converted to FALSE booleans (only when type is Boolean or boolean!)
|
public InjectionFilter()
public InjectionFilter(boolean tryField)
tryField - A flag indicating whether this filter should try to access private attributes.public InjectionFilter(boolean tryField,
boolean convert)
tryField - A flag indicating whether this filter should try to access private attributes.public InjectionFilter(boolean tryField,
boolean convert,
boolean convertNullToFalse)
tryField - convert - convertNullToFalse - protected Object getTarget(Action action) throws FilterException
FilterExceptionpublic String filter(InvocationChain chain) throws Exception
Filterpublic void destroy()
FilterCopyright © 2015. All Rights Reserved.