| Package | Description |
|---|---|
| org.mentawai.converter | |
| org.mentawai.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicConverter
The simplest form of a converter that takes an object and convert it to another one.
|
class |
BooleanConverter |
class |
DateConverter
Converts a java.lang.String to a java.util.Date using the user locale.
|
class |
DoubleConverter |
class |
IntegerConverter |
class |
LocaleConverter
A converter that needs to know the user locale to perform the conversion.
|
class |
NullConverter |
class |
SQLToUtilDataConverter
Deprecated.
Use the one with the correct name SQLToUtilDateConverter
|
class |
SQLToUtilDateConverter
A converter for converting a java.sql.Date to a java.util.Date.
|
class |
UtilToSQLDateConverter
A converter for converting a java.util.Date to a java.sql.Date.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Convertable.prepareConverters(Map<String,Converter> converters,
String innerAction)
Prepare the converters that will be used to convert the values of the action input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntegerConverterFilter.prepareConverters(Map<String,Converter> converters,
Action action,
String innerAction) |
void |
DoubleConverterFilter.prepareConverters(Map<String,Converter> converters,
Action action,
String innerAction) |
void |
DateConverterFilter.prepareConverters(Map<String,Converter> converters,
Action action,
String innerAction) |
abstract void |
ConversionFilter.prepareConverters(Map<String,Converter> converters,
Action action,
String innerAction)
Override this abstract method to add converters for the fields you want to convert.
|
Copyright © 2015. All Rights Reserved.