Package ubic.gemma.web.remote
Class DirectionConverter
- java.lang.Object
-
- org.directwebremoting.convert.BaseV20Converter
-
- org.directwebremoting.convert.StringConverter
-
- ubic.gemma.web.remote.DirectionConverter
-
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
public class DirectionConverter extends org.directwebremoting.convert.StringConverterDWR converter for Direction type.- Author:
- Paul
- See Also:
Direction
-
-
Constructor Summary
Constructors Constructor Description DirectionConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectconvertInbound(Class paramType, org.directwebremoting.extend.InboundVariable iv, org.directwebremoting.extend.InboundContext inctx)
-
-
-
Method Detail
-
convertInbound
public Object convertInbound(Class paramType, org.directwebremoting.extend.InboundVariable iv, org.directwebremoting.extend.InboundContext inctx) throws org.directwebremoting.extend.MarshallException
- Specified by:
convertInboundin interfaceorg.directwebremoting.extend.Converter- Overrides:
convertInboundin classorg.directwebremoting.convert.StringConverter- Throws:
org.directwebremoting.extend.MarshallException
-
-