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
FieldsModifier and TypeFieldDescriptionprotected org.directwebremoting.extend.ConverterManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConverterManager(org.directwebremoting.extend.ConverterManager converterManager) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
setConverterManagerin interfaceorg.directwebremoting.extend.Converter
-