Class AbstractDateConverter
java.lang.Object
ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
ch.tocco.nice2.netui.impl.dwr.convert.AbstractDateConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
- Direct Known Subclasses:
DateConverter
,TimeConverter
-
Field Summary
Fields inherited from class ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
converterManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal Object
convertInbound
(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) final org.directwebremoting.extend.OutboundVariable
convertOutbound
(Object data, org.directwebremoting.extend.OutboundContext outctx) abstract Object
abstract String
getOutboundString
(Object data) abstract Class
Methods inherited from class ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
setConverterManager
-
Constructor Details
-
AbstractDateConverter
public AbstractDateConverter(org.slf4j.Logger log)
-
-
Method Details
-
convertInbound
public final Object convertInbound(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) throws org.directwebremoting.ConversionException - Throws:
org.directwebremoting.ConversionException
-
convertOutbound
public final org.directwebremoting.extend.OutboundVariable convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) throws org.directwebremoting.ConversionException - Throws:
org.directwebremoting.ConversionException
-
getParamClass
-
getObject
-
getOutboundString
-