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 XOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable URLConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable URIConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable StringWrapperConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable StringEnumAbstractBaseConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable StringConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ServletConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable RawConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable PrimitiveConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable NullConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable MapConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable JDOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable FileConverter.convertOutbound(java.lang.Object object, OutboundContext outboundContext)
           
 OutboundVariable EnumConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DOM4JConverter.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 CollectionConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable CharArrayConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable BigNumberConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable BasicObjectConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ArrayConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 

Uses of OutboundVariable in org.directwebremoting.dwrp
 

Subinterfaces of OutboundVariable in org.directwebremoting.dwrp
 interface CollectionOutboundVariable
          A helper class for people that want to implement OutboundVariable.
 interface MapOutboundVariable
          A helper class for people that want to implement OutboundVariable.
 

Classes in org.directwebremoting.dwrp that implement OutboundVariable
 class ArrayJsonOutboundVariable
          An OutboundVariable that creates data from Collections.
 class ArrayNonJsonOutboundVariable
          An OutboundVariable that creates data from Collections.
 class ErrorOutboundVariable
          An OutboundVariable that can not be recursive.
 class JsonNestedOutboundVariable
          A helper class for people that want to implement OutboundVariable.
 class NonJsonNestedOutboundVariable
          A helper class for people that want to implement OutboundVariable.
 class ObjectJsonOutboundVariable
          An OutboundVariable that creates data from Maps.
 class ObjectNonJsonOutboundVariable
          An OutboundVariable that creates data from Maps.
 

Methods in org.directwebremoting.dwrp that return OutboundVariable
 OutboundVariable DefaultConverterManager.convertOutbound(java.lang.Object data, OutboundContext converted)
           
 OutboundVariable NonJsonNestedOutboundVariable.getReferenceVariable()
           
 OutboundVariable JsonNestedOutboundVariable.getReferenceVariable()
           
 

Method parameters in org.directwebremoting.dwrp with type arguments of type OutboundVariable
 void NonJsonNestedOutboundVariable.setChildren(java.util.Collection<OutboundVariable> children)
          When we create buildCode and declareCode, what do we need to add?
 void CollectionOutboundVariable.setChildren(java.util.Collection<OutboundVariable> children)
          Recursive OutboundVariable need to be given their children after construction because we need to check for potentially recursive conditions.
 void ArrayJsonOutboundVariable.setChildren(java.util.Collection<OutboundVariable> children)
           
 void ObjectNonJsonOutboundVariable.setChildren(java.util.Map<java.lang.String,OutboundVariable> children)
          Generate an map declaration for a map of Outbound variables
 void ObjectJsonOutboundVariable.setChildren(java.util.Map<java.lang.String,OutboundVariable> children)
           
 void MapOutboundVariable.setChildren(java.util.Map<java.lang.String,OutboundVariable> children)
          Recursive OutboundVariable need to be given their children after construction because we need to check for potentially recursive conditions.
 

Uses of OutboundVariable in org.directwebremoting.extend
 

Classes in org.directwebremoting.extend that implement OutboundVariable
 class NonNestedOutboundVariable
          An OutboundVariable that we know to be unable to recurse
 

Methods in org.directwebremoting.extend that return OutboundVariable
 OutboundVariable ConverterManager.convertOutbound(java.lang.Object data, OutboundContext converted)
          Convert an object into a Javavscript representation of the same.
 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 OutboundContext.get(java.lang.Object object)
          Have we already converted an object?
 OutboundVariable OutboundVariable.getReferenceVariable()
          Get a reference to this OutboundVariable.
 OutboundVariable NonNestedOutboundVariable.getReferenceVariable()
           
 

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