Class ValueDataFacadeMarshaller

java.lang.Object
org.directwebremoting.convert.BasicObjectConverter
org.directwebremoting.convert.BeanConverter
ch.tocco.nice2.netui.impl.bind.ValueDataFacadeMarshaller
All Implemented Interfaces:
org.directwebremoting.extend.Converter, org.directwebremoting.extend.NamedConverter

@Component public class ValueDataFacadeMarshaller extends org.directwebremoting.convert.BeanConverter
  • Field Summary

    Fields inherited from class org.directwebremoting.convert.BasicObjectConverter

    constructorCache, converterManager, exclusions, inclusions, instanceType, javascript, javascriptSuperClass, parameters, paramsString
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.directwebremoting.extend.OutboundVariable
    convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outCtx)
     

    Methods inherited from class org.directwebremoting.convert.BeanConverter

    createTypeHintContext, getPropertyMapFromClass, getPropertyMapFromObject

    Methods inherited from class org.directwebremoting.convert.BasicObjectConverter

    convert, convertInbound, createParameterInstance, extractInboundTokens, getConverterManager, getInclusions, getInstanceType, getJavascript, getJavascriptSuperClass, isAllowedByIncludeExcludeRules, setConstructor, setConverterManager, setExclude, setImplementation, setInclude, setInstanceType, setJavascript, setJavascriptSuperClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ValueDataFacadeMarshaller

      public ValueDataFacadeMarshaller()
  • Method Details

    • convertOutbound

      public org.directwebremoting.extend.OutboundVariable convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outCtx) throws org.directwebremoting.ConversionException
      Specified by:
      convertOutbound in interface org.directwebremoting.extend.Converter
      Overrides:
      convertOutbound in class org.directwebremoting.convert.BasicObjectConverter
      Throws:
      org.directwebremoting.ConversionException