|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enableit.db.DateConverter
A converter that goes thru a long list of potential date formats in the hope of finding one that allows an unknown date string to be parsed.
Obviously the order that the formats are tried reflects the likely format within my own limited usage so this is really not very generic (or satisfactory).
Field Summary | |
static java.lang.String |
ABOUT
Deprecated. CVS info about this class and its current version |
protected static org.apache.log4j.Category |
logger
Deprecated. The Log4J Category doing the logging. |
Constructor Summary | |
DateConverter()
Deprecated. Default Constructor |
Method Summary | |
java.lang.Object |
convert(java.lang.Class clazz,
java.lang.Object oValue)
Deprecated. Method signature required by Converter interface. |
protected static java.lang.Object |
convert(java.lang.String value)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.log4j.Category logger
Category
doing the logging.
public static final java.lang.String ABOUT
Constructor Detail |
public DateConverter()
Method Detail |
protected static java.lang.Object convert(java.lang.String value)
public java.lang.Object convert(java.lang.Class clazz, java.lang.Object oValue)
convert
in interface org.apache.commons.beanutils.Converter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |