Package ubic.gemma.web.remote
Class ClassConverter
- java.lang.Object
-
- org.directwebremoting.convert.BaseV20Converter
-
- org.directwebremoting.convert.StringConverter
-
- ubic.gemma.web.remote.ClassConverter
-
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
public class ClassConverter extends org.directwebremoting.convert.StringConverter
- Author:
- paul
-
-
Constructor Summary
Constructors Constructor Description ClassConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.directwebremoting.extend.OutboundVariable
convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx)
-
-
-
Method Detail
-
convertOutbound
public org.directwebremoting.extend.OutboundVariable convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) throws org.directwebremoting.extend.MarshallException
- Specified by:
convertOutbound
in interfaceorg.directwebremoting.extend.Converter
- Overrides:
convertOutbound
in classorg.directwebremoting.convert.StringConverter
- Throws:
org.directwebremoting.extend.MarshallException
-
-