|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Converter | |
|---|---|
| org.mentawai.converter | |
| org.mentawai.filter | |
| Uses of Converter in org.mentawai.converter |
|---|
| Classes in org.mentawai.converter that implement Converter | |
|---|---|
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. |
| Method parameters in org.mentawai.converter with type arguments of type Converter | |
|---|---|
void |
Convertable.prepareConverters(Map<String,Converter> converters,
String innerAction)
Prepare the converters that will be used to convert the values of the action input. |
| Uses of Converter in org.mentawai.filter |
|---|
| Method parameters in org.mentawai.filter with type arguments of type Converter | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||