Uses of Interface
org.directwebremoting.extend.OutboundVariable

Packages that use OutboundVariable
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 OutboundVariable in org.directwebremoting.convert
 

Methods in org.directwebremoting.convert that return OutboundVariable
 OutboundVariable MapConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable StringEnumAbstractBaseConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable LocaleConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable BasicObjectConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable StringWrapperConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DOM4JConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable RawConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable BigNumberConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DateConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ContextConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ConstructorConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ArrayConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable FileConverter.convertOutbound(java.lang.Object object, OutboundContext outboundContext)
           
 OutboundVariable URIConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable NullConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable EnumConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable JDOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable PrimitiveConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable LocalDateTimeConverter.convertOutbound(java.lang.Object data, OutboundContext outboundContext)
           
 OutboundVariable JavascriptObjectConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ProxyInterfaceConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable CollectionConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable XOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ServletConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable CurrencyConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable StringConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable URLConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable JavascriptFunctionConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable CharArrayConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 

Uses of OutboundVariable in org.directwebremoting.extend
 

Classes in org.directwebremoting.extend that implement OutboundVariable
 class ArrayOutboundVariable
          An OutboundVariable that declares a JavaScript array
 class ErrorOutboundVariable
          An OutboundVariable that can not be recursive.
 class NestedOutboundVariable
          A helper for implementing OutboundVariable when you have children
 class NonNestedOutboundVariable
          An OutboundVariable that we know to be unable to recurse
 class ObjectOutboundVariable
          An OutboundVariable that declares a JavaScript object
 

Methods in org.directwebremoting.extend that return OutboundVariable
 OutboundVariable Converter.convertOutbound(java.lang.Object data, OutboundContext outctx)
          Return a javascript string that defines the variable named varName to have the contents of the converted object data.
 OutboundVariable ConverterManager.convertOutbound(java.lang.Object data, OutboundContext converted)
          Convert an object into a Javascript representation of the same.
 OutboundVariable OutboundContext.get(java.lang.Object object)
          Have we already converted an object?
 OutboundVariable NonNestedOutboundVariable.getReferenceVariable()
           
 OutboundVariable NestedOutboundVariable.getReferenceVariable()
           
 OutboundVariable OutboundVariable.getReferenceVariable()
          Get a reference to this OutboundVariable.
 

Methods in org.directwebremoting.extend that return types with arguments of type OutboundVariable
 java.util.Collection<OutboundVariable> NestedOutboundVariable.getChildren()
          The objects that we contain
 

Methods in org.directwebremoting.extend with parameters of type OutboundVariable
 void OutboundContext.put(java.lang.Object object, OutboundVariable ss)
           
 

Method parameters in org.directwebremoting.extend with type arguments of type OutboundVariable
 void NestedOutboundVariable.setChildren(java.util.Collection<OutboundVariable> children)
          We setup the children later than construction time so we can check for recursive references.
 void ObjectOutboundVariable.setChildren(java.util.Collection<OutboundVariable> children)
           
 void ObjectOutboundVariable.setChildren(java.util.Map<java.lang.String,OutboundVariable> childMap)
          We setup the children later than construction time so we can check for recursive references.
 

Uses of OutboundVariable in org.directwebremoting.guice
 

Methods in org.directwebremoting.guice that return OutboundVariable
 OutboundVariable InternalConverterManager.convertOutbound(java.lang.Object object, OutboundContext outctx)
           
 

Uses of OutboundVariable in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl that return OutboundVariable
 OutboundVariable DefaultConverterManager.convertOutbound(java.lang.Object data, OutboundContext converted)
           
 


Copyright ยจ 2008