Package ubic.gemma.web.controller.dwr
Class CharacteristicConverter
java.lang.Object
org.directwebremoting.convert.BaseV20Converter
org.directwebremoting.convert.BasicObjectConverter
org.directwebremoting.convert.BeanConverter
ubic.gemma.web.controller.dwr.CharacteristicConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
,org.directwebremoting.extend.NamedConverter
public class CharacteristicConverter
extends org.directwebremoting.convert.BeanConverter
- Author:
- kelsey
-
Field Summary
Fields inherited from class org.directwebremoting.convert.BasicObjectConverter
converterManager, exclusions, inclusions, instanceType, javascript
-
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.BeanConverter
createTypeHintContext, getPropertyMapFromClass, getPropertyMapFromObject
Methods inherited from class org.directwebremoting.convert.BasicObjectConverter
convertOutbound, extractInboundTokens, getConverterManager, getInstanceType, getJavascript, isAllowedByIncludeExcludeRules, setConverterManager, setExclude, setImplementation, setInclude, setInstanceType, setJavascript
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
convertOutbound, setConverterManager
-
Constructor Details
-
CharacteristicConverter
public CharacteristicConverter()
-
-
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.BasicObjectConverter
- Throws:
org.directwebremoting.extend.MarshallException
-