Uses of Class
org.directwebremoting.extend.InboundVariable

Packages that use InboundVariable
org.directwebremoting.convert   
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.guice This package provides support for Guice dependency injection in DWR-based web applications. 
org.directwebremoting.impl   
 

Uses of InboundVariable in org.directwebremoting.convert
 

Methods in org.directwebremoting.convert with parameters of type InboundVariable
 java.lang.Object MapConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object StringEnumAbstractBaseConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object LocaleConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
          Parses a locale string that matches language_country_variant.
 java.lang.Object BasicObjectConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object StringWrapperConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object DOM4JConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object RawConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object BigNumberConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object DateConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object ContextConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object ConstructorConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object ArrayConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object FileConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object URIConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object XmlBeanConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object DOMConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object NullConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object EnumConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object JDOMConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object PrimitiveConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object LocalDateTimeConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object JavascriptObjectConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object ProxyInterfaceConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object CollectionConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object XOMConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object ServletConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object CurrencyConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
          Parses a currency ISO code.
 java.lang.Object StringConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object URLConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object JavascriptFunctionConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 java.lang.Object CharArrayConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
           
 

Uses of InboundVariable in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return InboundVariable
 InboundVariable InboundContext.createArrayWrapper(int callNum, int destParamCount)
          This is very nasty - we need to create an array for varargs.
 InboundVariable RealRawData.getInboundVariable()
           
 InboundVariable InboundContext.getInboundVariable(java.lang.String name)
          Method to allow entries to resolve references
 InboundVariable[] InboundVariable.getMembers()
          Nasty hack to get around varargs
 InboundVariable InboundContext.getParameter(int callNum, int index)
          Get a parameter by index
 

Methods in org.directwebremoting.extend 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 Converter.convertInbound(java.lang.Class<?> paramType, InboundVariable data)
          Attempt to coerce the data from a string to an Object.
<T> T
ConverterManager.convertInbound(java.lang.Class<T> paramType, InboundVariable data, Property thc)
          Convert an object from being a string into an object of some type.
 java.lang.Class<?> ConverterManager.getClientDeclaredType(InboundVariable data)
          Sometimes data from clients contains type information which should take higher priority than the type guessing that we do as part of the method matching.
 java.lang.Object InboundContext.getConverted(InboundVariable iv, java.lang.Class<?> type)
          Check to see if the conversion has already been done
 

Constructors in org.directwebremoting.extend with parameters of type InboundVariable
InboundVariable(InboundContext context, InboundVariable[] members)
          Constructor for when we need to temporarily create an InboundVariable for sorting out varargs
RealRawData(InboundVariable inboundVariable, InboundContext inboundContext)
          RawData is immutable.
 

Uses of InboundVariable in org.directwebremoting.guice
 

Methods in org.directwebremoting.guice with parameters of type InboundVariable
<T> T
InternalConverterManager.convertInbound(java.lang.Class<T> paramType, InboundVariable iv, Property incc)
           
 java.lang.Class<?> InternalConverterManager.getClientDeclaredType(InboundVariable iv)
           
 

Uses of InboundVariable in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl with parameters of type InboundVariable
<T> T
DefaultConverterManager.convertInbound(java.lang.Class<T> paramType, InboundVariable data, Property thc)
           
 java.lang.Class<?> DefaultConverterManager.getClientDeclaredType(InboundVariable data)
           
 


Copyright ยจ 2008