Class NullConverter
java.lang.Object
org.directwebremoting.extend.AbstractConverter
ch.tocco.nice2.netui.impl.dwr.convert.NullConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
public class NullConverter
extends org.directwebremoting.extend.AbstractConverter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertInbound
(Class<?> aClass, org.directwebremoting.extend.InboundVariable inboundVariable) org.directwebremoting.extend.OutboundVariable
convertOutbound
(Object o, org.directwebremoting.extend.OutboundContext outboundContext) Methods inherited from class org.directwebremoting.extend.AbstractConverter
setConverterManager
-
Constructor Details
-
NullConverter
public NullConverter()
-
-
Method Details
-
convertInbound
public Object convertInbound(Class<?> aClass, org.directwebremoting.extend.InboundVariable inboundVariable) throws org.directwebremoting.ConversionException - Throws:
org.directwebremoting.ConversionException
-
convertOutbound
public org.directwebremoting.extend.OutboundVariable convertOutbound(Object o, org.directwebremoting.extend.OutboundContext outboundContext) throws org.directwebremoting.ConversionException - Throws:
org.directwebremoting.ConversionException
-