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

    Fields
    Modifier and Type
    Field
    Description
    protected org.directwebremoting.extend.ConverterManager
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 interface org.directwebremoting.extend.Converter