public class IntegerConverterFilter extends ConversionFilter
| Constructor and Description |
|---|
IntegerConverterFilter(String... fields) |
| Modifier and Type | Method and Description |
|---|---|
void |
prepareConverters(Map<String,Converter> converters,
Action action,
String innerAction)
Override this abstract method to add converters for the fields you want to convert.
|
destroy, filter, setRestorepublic IntegerConverterFilter(String... fields)
public void prepareConverters(Map<String,Converter> converters, Action action, String innerAction)
ConversionFilterprepareConverters in class ConversionFilterCopyright © 2015. All Rights Reserved.