Uses of Interface
org.directwebremoting.extend.OutboundVariable

Packages that use OutboundVariable
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. 
uk.ltd.getahead.dwr.compat   
 

Uses of OutboundVariable in org.directwebremoting.convert
 

Methods in org.directwebremoting.convert that return OutboundVariable
 OutboundVariable ArrayConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable BasicObjectConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable BigNumberConverter.convertOutbound(java.lang.Object object, OutboundContext outctx)
           
 OutboundVariable CharArrayConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable CollectionConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ConstructorConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DOM4JConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DateConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable EnumConverter.convertOutbound(java.lang.Object object, OutboundContext outctx)
           
 OutboundVariable JDOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable MapConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable NullConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable PrimitiveConverter.convertOutbound(java.lang.Object object, OutboundContext outctx)
           
 OutboundVariable ServletConverter.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 XOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 

Uses of OutboundVariable in org.directwebremoting.dwrp
 

Classes in org.directwebremoting.dwrp that implement OutboundVariable
 class AbstractOutboundVariable
          A helper class for people that want to implement OutboundVariable.
 class ArrayOutboundVariable
          An OutboundVariable that creates data from Collections.
 class ErrorOutboundVariable
          An OutboundVariable that can not be recursive.
 class ObjectOutboundVariable
          An OutboundVariable that creates data from Maps.
 class ReferenceOutboundVariable
          An OutboundVariable that simply refers to one defined elsewhere
 class SimpleOutboundVariable
          An OutboundVariable that can not be recursive.
 

Methods in org.directwebremoting.dwrp that return OutboundVariable
 OutboundVariable DefaultConverterManager.convertOutbound(java.lang.Object object, OutboundContext outctx)
           
 OutboundVariable AbstractOutboundVariable.getReferenceVariable()
           
 OutboundVariable ReferenceOutboundVariable.getReferenceVariable()
           
 

Uses of OutboundVariable in org.directwebremoting.extend
 

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 object, OutboundContext converted)
          Convert an object into a Javavscript representation of the same.
 OutboundVariable OutboundContext.get(java.lang.Object object)
          Have we already converted an object?
 OutboundVariable OutboundVariable.getReferenceVariable()
          Get a reference to this OutboundVariable.
 

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

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 uk.ltd.getahead.dwr.compat
 

Methods in uk.ltd.getahead.dwr.compat that return OutboundVariable
 OutboundVariable BaseV10Converter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 


Copyright ? 2005