Class DirectionConverter

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

public class DirectionConverter extends org.directwebremoting.convert.StringConverter
DWR converter for Direction type.
Author:
Paul
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convertInbound(Class paramType, org.directwebremoting.extend.InboundVariable iv, org.directwebremoting.extend.InboundContext inctx)
     

    Methods inherited from class org.directwebremoting.convert.StringConverter

    convertOutbound

    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

    • DirectionConverter

      public DirectionConverter()
  • Method Details

    • convertInbound

      public Object convertInbound(Class paramType, org.directwebremoting.extend.InboundVariable iv, org.directwebremoting.extend.InboundContext inctx) throws org.directwebremoting.extend.MarshallException
      Specified by:
      convertInbound in interface org.directwebremoting.extend.Converter
      Overrides:
      convertInbound in class org.directwebremoting.convert.StringConverter
      Throws:
      org.directwebremoting.extend.MarshallException