Class ClassConverter

java.lang.Object
org.directwebremoting.convert.BaseV20Converter
org.directwebremoting.convert.StringConverter
ubic.gemma.web.controller.dwr.ClassConverter
All Implemented Interfaces:
org.directwebremoting.extend.Converter

public class ClassConverter extends org.directwebremoting.convert.StringConverter
Author:
paul
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.directwebremoting.extend.OutboundVariable
    convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx)
     

    Methods inherited from class org.directwebremoting.convert.StringConverter

    convertInbound

    Methods inherited from class org.directwebremoting.convert.BaseV20Converter

    setConverterManager

    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

    setConverterManager
  • Constructor Details

    • ClassConverter

      public ClassConverter()
  • Method Details

    • convertOutbound

      public org.directwebremoting.extend.OutboundVariable convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) throws org.directwebremoting.extend.MarshallException
      Specified by:
      convertOutbound in interface org.directwebremoting.extend.Converter
      Overrides:
      convertOutbound in class org.directwebremoting.convert.StringConverter
      Throws:
      org.directwebremoting.extend.MarshallException