Uses of Class
org.directwebremoting.extend.OutboundContext

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

Methods in org.directwebremoting.convert with parameters of type OutboundContext
 OutboundVariable StringConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable BasicObjectConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DOM4JConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable EnumConverter.convertOutbound(java.lang.Object object, OutboundContext outctx)
           
 OutboundVariable DateConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable XOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable DOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ArrayConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable JDOMConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable MapConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable PrimitiveConverter.convertOutbound(java.lang.Object object, OutboundContext outctx)
           
 OutboundVariable BigNumberConverter.convertOutbound(java.lang.Object object, OutboundContext outctx)
           
 OutboundVariable ConstructorConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable CollectionConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable NullConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable CharArrayConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable URLConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 OutboundVariable ServletConverter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
 

Uses of OutboundContext in org.directwebremoting.dwrp
 

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

Constructors in org.directwebremoting.dwrp with parameters of type OutboundContext
ArrayOutboundVariable(OutboundContext outboundContext)
          Setup
ErrorOutboundVariable(OutboundContext outboundContext, java.lang.String errorMessage, boolean forceInline)
          Default ctor that leaves blank (not null) members
ObjectOutboundVariable(OutboundContext outboundContext)
          Setup
SimpleOutboundVariable(java.lang.String code, OutboundContext outboundContext, boolean forceInline)
          Default ctor that leaves blank (not null) members
 

Uses of OutboundContext in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend with parameters of type OutboundContext
 OutboundVariable ConverterManager.convertOutbound(java.lang.Object object, 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.
 

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

Methods in uk.ltd.getahead.dwr.compat with parameters of type OutboundContext
 OutboundVariable BaseV10Converter.convertOutbound(java.lang.Object data, OutboundContext outctx)
           
abstract  java.lang.String BaseV10Converter.convertOutbound(java.lang.Object data, java.lang.String varname, OutboundContext outctx)
           
 


Copyright ? 2005