Package ubic.gemma.web.controller.dwr
Class ClassConverter
java.lang.Object
org.directwebremoting.convert.BaseV20Converter
org.directwebremoting.convert.StringConverter
ubic.gemma.web.controller.dwr.ClassConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
public class ClassConverter
extends org.directwebremoting.convert.StringConverter
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.directwebremoting.extend.OutboundVariableconvertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) Methods inherited from class org.directwebremoting.convert.StringConverter
convertInboundMethods inherited from class org.directwebremoting.convert.BaseV20Converter
setConverterManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.directwebremoting.extend.Converter
setConverterManager
-
Constructor Details
-
ClassConverter
public ClassConverter()
-
-
Method Details
-
convertOutbound
public org.directwebremoting.extend.OutboundVariable convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) throws org.directwebremoting.extend.MarshallException - Specified by:
convertOutboundin interfaceorg.directwebremoting.extend.Converter- Overrides:
convertOutboundin classorg.directwebremoting.convert.StringConverter- Throws:
org.directwebremoting.extend.MarshallException
-