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.Objectparse(javax.servlet.http.HttpServletRequest request, java.lang.String string)From aStringobtained 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.ParseExceptionDescription copied from interface:IFormatterFrom aStringobtained from a HTTP request return a java object.- Specified by:
parsein interfaceIFormatter- Overrides:
parsein classTimeBaseFormatter- Throws:
java.text.ParseException
-
-