Uses of Interface
org.directwebremoting.extend.Converter

Packages that use Converter
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. 
 

Uses of Converter in org.directwebremoting.extend
 

Subinterfaces of Converter in org.directwebremoting.extend
 interface NamedConverter
          Additions to Converter that allow objects to have names that
 

Classes in org.directwebremoting.extend that implement Converter
 class AbstractConverter
          A way to migrate from the DWRv2.0 Converter style to something in the future.
 

Methods in org.directwebremoting.extend that return Converter
 Converter ConverterManager.getConverterByMatchString(java.lang.String match)
          In order to be able to create stub remote objects we need to know what they are so you can lookup match strings and retrieve the converter.
 

Methods in org.directwebremoting.extend with parameters of type Converter
 void ConverterManager.addConverter(java.lang.String match, Converter converter)
          Add a new converter
 

Method parameters in org.directwebremoting.extend with type arguments of type Converter
 void ConverterManager.setConverters(java.util.Map<java.lang.String,Converter> converters)
          Sets the converters for this converter manager.
 


Copyright ยจ 2008