Class TimeConverter
java.lang.Object
ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
ch.tocco.nice2.netui.impl.dwr.convert.AbstractDateConverter
ch.tocco.nice2.netui.impl.dwr.convert.TimeConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
This one works by sending and receiving time values as strings, eg "23:59:59"
-
Field Summary
Fields inherited from class ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
converterManager
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.netui.impl.dwr.convert.AbstractDateConverter
convertInbound, convertOutbound
Methods inherited from class ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
setConverterManager
-
Constructor Details
-
TimeConverter
public TimeConverter(org.slf4j.Logger log)
-
-
Method Details
-
getParamClass
- Specified by:
getParamClass
in classAbstractDateConverter
-
getObject
- Specified by:
getObject
in classAbstractDateConverter
-
getOutboundString
- Specified by:
getOutboundString
in classAbstractDateConverter
-