Package org.openxava.formatters
Class SQLTimeFormatter
- java.lang.Object
-
- org.openxava.formatters.TimeBaseFormatter
-
- org.openxava.formatters.SQLTimeFormatter
-
- All Implemented Interfaces:
IFormatter
public class SQLTimeFormatter extends TimeBaseFormatter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openxava.formatters.TimeBaseFormatter
TimeBaseFormatter.TimeData
-
-
Constructor Summary
Constructors Constructor Description SQLTimeFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
parse(javax.servlet.http.HttpServletRequest request, java.lang.String string)
From aString
obtained from a HTTP request return a java object.-
Methods inherited from class org.openxava.formatters.TimeBaseFormatter
format
-
-
-
-
Method Detail
-
parse
public java.lang.Object parse(javax.servlet.http.HttpServletRequest request, java.lang.String string) throws java.text.ParseException
Description copied from interface:IFormatter
From aString
obtained from a HTTP request return a java object.- Specified by:
parse
in interfaceIFormatter
- Overrides:
parse
in classTimeBaseFormatter
- Throws:
java.text.ParseException
-
-