Uses of Class
uk.ltd.getahead.dwr.ConversionException

Packages that use ConversionException
uk.ltd.getahead.dwr   
uk.ltd.getahead.dwr.convert   
uk.ltd.getahead.dwr.impl   
 

Uses of ConversionException in uk.ltd.getahead.dwr
 

Methods in uk.ltd.getahead.dwr that throw ConversionException
 java.lang.Object Converter.convertInbound(java.lang.Class paramType, InboundVariable data, InboundContext inctx)
          Attempt to coerce the data from a string to an Object.
 java.lang.Object ConverterManager.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx, TypeHintContext incc)
          Convert an object from being a string into an object of some type.
 OutboundVariable ConverterManager.convertOutbound(java.lang.Object object, OutboundContext converted)
          Convert an object into a Javavscript representation of the same.
 java.lang.String Converter.convertOutbound(java.lang.Object data, java.lang.String varName, OutboundContext outctx)
          Return a javascript string that defines the variable named varName to have the contents of the converted object data.
 

Uses of ConversionException in uk.ltd.getahead.dwr.convert
 

Methods in uk.ltd.getahead.dwr.convert that throw ConversionException
 java.lang.Object XOMConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object StringConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object PrimitiveConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object ObjectConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object MapConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object JDOMConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object EnumConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object DOMConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object DOM4JConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object DateConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object CollectionConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object CharArrayConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object BigNumberConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object BeanConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object ArrayConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.String XOMConverter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 java.lang.String ObjectConverter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 java.lang.String MapConverter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 java.lang.String JDOMConverter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 java.lang.String DOMConverter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 java.lang.String DOM4JConverter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 java.lang.String DateConverter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 java.lang.String CollectionConverter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 java.lang.String BeanConverter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 java.lang.String ArrayConverter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 

Uses of ConversionException in uk.ltd.getahead.dwr.impl
 

Methods in uk.ltd.getahead.dwr.impl that throw ConversionException
 java.lang.Object DefaultConverterManager.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx, TypeHintContext incc)
           
 OutboundVariable DefaultConverterManager.convertOutbound(java.lang.Object object, OutboundContext converted)
           
 


Copyright ¨ 2005