Class LinkedHashMapConverter
java.lang.Object
org.directwebremoting.convert.ArrayConverter
ch.tocco.nice2.netui.impl.dwr.convert.LinkedHashMapConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
@Component
public class LinkedHashMapConverter
extends org.directwebremoting.convert.ArrayConverter
-
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) Methods inherited from class org.directwebremoting.convert.ArrayConverter
setConverterManager
-
Constructor Details
-
LinkedHashMapConverter
public LinkedHashMapConverter()
-
-
Method Details
-
convertInbound
public Object convertInbound(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) throws org.directwebremoting.ConversionException - Specified by:
convertInbound
in interfaceorg.directwebremoting.extend.Converter
- Overrides:
convertInbound
in classorg.directwebremoting.convert.ArrayConverter
- 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
- Overrides:
convertOutbound
in classorg.directwebremoting.convert.ArrayConverter
- Throws:
org.directwebremoting.ConversionException
-