Uses of Class
org.directwebremoting.extend.InboundVariable

Packages that use InboundVariable
org.directwebremoting.convert   
org.directwebremoting.dwrp   
org.directwebremoting.extend   
org.directwebremoting.guice This package provides support for Guice dependency injection in DWR-based web applications. 
org.directwebremoting.io   
 

Uses of InboundVariable in org.directwebremoting.convert
 

Methods in org.directwebremoting.convert with parameters of type InboundVariable
 java.lang.Object XOMConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object XmlBeanConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object URLConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object URIConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object StringWrapperConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object StringEnumAbstractBaseConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable iv, InboundContext inctx)
           
 java.lang.Object StringConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object ServletConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object RawConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object PrimitiveConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object NullConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object MapConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object JDOMConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object FileConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object EnumConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object DOMConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object DOM4JConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object DateConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object ContextConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object ConstructorConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object CollectionConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object CharArrayConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object BigNumberConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object BasicObjectConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 java.lang.Object ArrayConverter.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx)
           
 

Uses of InboundVariable in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp with parameters of type InboundVariable
 java.lang.Object DefaultConverterManager.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx, TypeHintContext incc)
           
 

Uses of InboundVariable in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend 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 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, InboundContext inctx)
          Attempt to coerce the data from a string to an Object.
 java.lang.Object ConverterManager.convertInbound(java.lang.Class<?> paramType, InboundVariable data, InboundContext inctx, TypeHintContext incc)
          Convert an object from being a string into an object of some type.
 java.lang.Object InboundContext.getConverted(InboundVariable iv, java.lang.Class<?> type)
          Check to see if the conversion has already been done
 

Uses of InboundVariable in org.directwebremoting.guice
 

Methods in org.directwebremoting.guice with parameters of type InboundVariable
 java.lang.Object InternalConverterManager.convertInbound(java.lang.Class<?> paramType, InboundVariable iv, InboundContext inctx, TypeHintContext incc)
           
 

Uses of InboundVariable in org.directwebremoting.io
 

Methods in org.directwebremoting.io that return InboundVariable
 InboundVariable RawData.getInboundVariable()
           
 

Constructors in org.directwebremoting.io with parameters of type InboundVariable
RawData(InboundVariable inboundVariable, InboundContext inboundContext)
          RawData is immutable.
 


Copyright ¬ 2005