|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Convertable | An action can implement this interface when it wants to define the rules for input values conversion. |
| Converter | This is a simple interface for field convertion. |
| Class Summary | |
|---|---|
| BasicConverter | The simplest form of a converter that takes an object and convert it to another one. |
| BooleanConverter | |
| DateConverter | Converts a java.lang.String to a java.util.Date using the user locale. |
| DoubleConverter | |
| IntegerConverter | |
| LocaleConverter | A converter that needs to know the user locale to perform the conversion. |
| NullConverter | |
| SQLToUtilDataConverter | Deprecated. Use the one with the correct name SQLToUtilDateConverter |
| SQLToUtilDateConverter | A converter for converting a java.sql.Date to a java.util.Date. |
| UtilToSQLDateConverter | A converter for converting a java.util.Date to a java.sql.Date. |
| Exception Summary | |
|---|---|
| ConversionException | An exception that can happen when a conversion fails. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||