|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.smartlab.web.bean.Converter
net.smartlab.web.bean.DateConverter
public class DateConverter
TODO documentation
| Field Summary | |
|---|---|
protected int |
format
TODO documentation |
| Constructor Summary | |
|---|---|
DateConverter()
TODO documentation |
|
DateConverter(int format)
TODO documentation |
|
| Method Summary | |
|---|---|
java.lang.Object |
convert(java.lang.Class type,
java.lang.Object value,
java.util.Locale locale)
TODO documentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int format
| Constructor Detail |
|---|
public DateConverter()
public DateConverter(int format)
format - | Method Detail |
|---|
public java.lang.Object convert(java.lang.Class type,
java.lang.Object value,
java.util.Locale locale)
throws ConversionException
Converter
convert in class Convertertype - the target typevalue - the value to be convertedlocale - the locale to be used for the conversion
type which represents
the converted input value
ConversionException - if something wrong occurs during conversion
or if the conversion couldn't be performedConverter.convert(java.lang.Class,
java.lang.Object, java.util.Locale)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||