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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ObjectconvertInbound(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) final org.directwebremoting.extend.OutboundVariableconvertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) abstract Objectabstract StringgetOutboundString(Object data) abstract ClassMethods 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
-