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

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

Uses of InboundVariable in uk.ltd.getahead.dwr
 

Methods in uk.ltd.getahead.dwr that return InboundVariable
 InboundVariable InboundContext.getInboundVariable(java.lang.String name)
          Internal method to allow entries to resolve references
 InboundVariable InboundContext.getParameter(int callNum, int index)
          Get a parameter by index
 

Methods in uk.ltd.getahead.dwr with parameters of type InboundVariable
 void InboundContext.addConverted(InboundVariable iv, java.lang.Class type, java.lang.Object bean)
          Add to the (temporary) list of converted objects
 java.lang.Object InboundContext.getConverted(InboundVariable iv, java.lang.Class type)
          Check to see if the conversion has already been done
 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.
 

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

Methods in uk.ltd.getahead.dwr.convert with parameters of type InboundVariable
 java.lang.Object ArrayConverter.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 CharArrayConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object ConstructorConverter.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 EnumConverter.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 StringConverter.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 JDOMConverter.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 BeanConverter.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 ServletConverter.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 XOMConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object NullConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object PrimitiveConverter.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx)
           
 

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

Methods in uk.ltd.getahead.dwr.impl with parameters of type InboundVariable
 java.lang.Object DefaultConverterManager.convertInbound(java.lang.Class paramType, InboundVariable iv, InboundContext inctx, TypeHintContext incc)
           
 


Copyright ? 2005