Class UuidConverter

java.lang.Object
org.directwebremoting.extend.AbstractConverter
ch.tocco.nice2.netui.impl.dwr.convert.UuidConverter
All Implemented Interfaces:
org.directwebremoting.extend.Converter

public class UuidConverter extends org.directwebremoting.extend.AbstractConverter
  • Constructor Details

    • UuidConverter

      public UuidConverter()
  • Method Details

    • convertInbound

      public Object convertInbound(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) throws org.directwebremoting.ConversionException
      Throws:
      org.directwebremoting.ConversionException
    • convertOutbound

      public org.directwebremoting.extend.OutboundVariable convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) throws org.directwebremoting.ConversionException
      Throws:
      org.directwebremoting.ConversionException