Package ch.tocco.nice2.netui.impl.dwr
Class AbstractMarshaller
java.lang.Object
ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
- Direct Known Subclasses:
AbstractDateConverter
,ClientQuestionExceptionConverter
,InformationExceptionConverter
,PrimaryKeyConverter
,TypedValueConverter
public abstract class AbstractMarshaller
extends Object
implements org.directwebremoting.extend.Converter
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.directwebremoting.extend.ConverterManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setConverterManager
(org.directwebremoting.extend.ConverterManager converterManager) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.directwebremoting.extend.Converter
convertInbound, convertOutbound
-
Field Details
-
converterManager
protected org.directwebremoting.extend.ConverterManager converterManager
-
-
Constructor Details
-
AbstractMarshaller
public AbstractMarshaller()
-
-
Method Details
-
setConverterManager
public void setConverterManager(org.directwebremoting.extend.ConverterManager converterManager) - Specified by:
setConverterManager
in interfaceorg.directwebremoting.extend.Converter
-