Class TypedValueConverter
java.lang.Object
ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
ch.tocco.nice2.netui.impl.dwr.convert.TypedValueConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
-
Field Summary
Fields inherited from class AbstractMarshaller
converterManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertInbound(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) org.directwebremoting.extend.OutboundVariableconvertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) extractInboundTokens(Class<?> paramType, String value) Methods inherited from class AbstractMarshaller
setConverterManager
-
Constructor Details
-
TypedValueConverter
-
-
Method Details
-
convertInbound
-
convertOutbound
public org.directwebremoting.extend.OutboundVariable convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) throws org.directwebremoting.ConversionException - Throws:
org.directwebremoting.ConversionException
-
extractInboundTokens
-