Uses of Class
org.directwebremoting.extend.OutboundContext

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

Methods in org.directwebremoting.convert with parameters of type OutboundContext
 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 OutboundContext in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend with parameters of type OutboundContext
 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.
 

Constructors in org.directwebremoting.extend with parameters of type OutboundContext
ArrayOutboundVariable(OutboundContext context)
          Constructor
ObjectOutboundVariable(OutboundContext context)
          Constructor for when we don't have a Javascript type to populate
ObjectOutboundVariable(OutboundContext context, java.lang.Class<?> type, java.lang.String scriptClassName)
          Constructor for when we have a Javascript type to populate
 

Uses of OutboundContext in org.directwebremoting.guice
 

Methods in org.directwebremoting.guice with parameters of type OutboundContext
 OutboundVariable InternalConverterManager.convertOutbound(java.lang.Object object, OutboundContext outctx)
           
 

Uses of OutboundContext in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl with parameters of type OutboundContext
 OutboundVariable DefaultConverterManager.convertOutbound(java.lang.Object data, OutboundContext converted)
           
 


Copyright ยจ 2008