Class InformationExceptionConverter
java.lang.Object
ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
ch.tocco.nice2.netui.impl.dwr.convert.InformationExceptionConverter
- 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<?> aClass, org.directwebremoting.extend.InboundVariable inboundVariable) org.directwebremoting.extend.OutboundVariable
convertOutbound
(Object o, org.directwebremoting.extend.OutboundContext outboundContext) Methods inherited from class ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
setConverterManager
-
Constructor Details
-
InformationExceptionConverter
public InformationExceptionConverter()
-
-
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
-