Package ubic.gemma.web.remote
Class GOEvidenceCodeConverter
- java.lang.Object
-
- org.directwebremoting.convert.BaseV20Converter
-
- org.directwebremoting.convert.StringConverter
-
- ubic.gemma.web.remote.GOEvidenceCodeConverter
-
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
public class GOEvidenceCodeConverter extends org.directwebremoting.convert.StringConverter
- Author:
- luke
-
-
Constructor Summary
Constructors Constructor Description GOEvidenceCodeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
convertInbound(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:
convertInbound
in interfaceorg.directwebremoting.extend.Converter
- Overrides:
convertInbound
in classorg.directwebremoting.convert.StringConverter
- Throws:
org.directwebremoting.extend.MarshallException
-
-