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

public abstract class AbstractDateConverter extends AbstractMarshaller
  • 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

      public abstract Class getParamClass()
    • getObject

      public abstract Object getObject(String value)
    • getOutboundString

      public abstract String getOutboundString(Object data)