Package ubic.gemma.web.controller.dwr
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 -
Method Summary
Modifier and TypeMethodDescriptionconvertInbound
(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 interfaceorg.directwebremoting.extend.Converter
- Overrides:
convertInbound
in classorg.directwebremoting.convert.StringConverter
- Throws:
org.directwebremoting.extend.MarshallException
-