Class PrimaryKeyConverter
java.lang.Object
ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
ch.tocco.nice2.netui.impl.dwr.convert.PrimaryKeyConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
-
Field Summary
Fields inherited from class ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
converterManager
-
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 ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
setConverterManager
-
Constructor Details
-
PrimaryKeyConverter
-
-
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
-