Class RadianCoordinateConverter

java.lang.Object
ch.tocco.nice2.optional.geolocation.impl.dwr.RadianCoordinateConverter
All Implemented Interfaces:
org.directwebremoting.extend.Converter

public class RadianCoordinateConverter extends Object implements org.directwebremoting.extend.Converter
  • Constructor Details

    • RadianCoordinateConverter

      public RadianCoordinateConverter()
  • Method Details

    • setConverterManager

      public void setConverterManager(org.directwebremoting.extend.ConverterManager converterManager)
      Specified by:
      setConverterManager in interface org.directwebremoting.extend.Converter
    • convertInbound

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

      public org.directwebremoting.extend.OutboundVariable convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) throws org.directwebremoting.ConversionException
      Specified by:
      convertOutbound in interface org.directwebremoting.extend.Converter
      Throws:
      org.directwebremoting.ConversionException