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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertInbound
(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) org.directwebremoting.extend.OutboundVariable
convertOutbound
(Object data, org.directwebremoting.extend.OutboundContext outctx) void
setConverterManager
(org.directwebremoting.extend.ConverterManager converterManager)
-
Constructor Details
-
RadianCoordinateConverter
public RadianCoordinateConverter()
-
-
Method Details
-
setConverterManager
public void setConverterManager(org.directwebremoting.extend.ConverterManager converterManager) - Specified by:
setConverterManager
in interfaceorg.directwebremoting.extend.Converter
-
convertInbound
public Object convertInbound(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) throws org.directwebremoting.ConversionException - Specified by:
convertInbound
in interfaceorg.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 interfaceorg.directwebremoting.extend.Converter
- Throws:
org.directwebremoting.ConversionException
-