|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.smartlab.web.bean.Converter net.smartlab.web.bean.DateTimeConverter
public class DateTimeConverter
TODO documentation
Constructor Summary | |
---|---|
DateTimeConverter()
TODO documentation |
|
DateTimeConverter(int date,
int time)
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 |
Constructor Detail |
---|
public DateTimeConverter()
type
- public DateTimeConverter(int date, int time)
type
- date
- time
- 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 Converter
type
- 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 |