Uses of Interface
org.directwebremoting.extend.Converter

Packages that use Converter
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.hibernate   
org.directwebremoting.impl   
 

Uses of Converter in org.directwebremoting.convert
 

Classes in org.directwebremoting.convert that implement Converter
 class ArrayConverter
          An implementation of Converter for Arrays.
 class BasicObjectConverter
          BasicObjectConverter is a parent to BeanConverter and ObjectConverter an provides support for include and exclude lists, and instanceTypes.
 class BeanConverter
          Convert a Javascript associative array into a JavaBean
 class BigNumberConverter
          Converter for all primitive types
 class CharArrayConverter
          An implementation of Converter for char arrays.
 class CollectionConverter
          An implementation of Converter for Collections of Strings.
 class ConstructorConverter
          An implementation of Converter for anything with a string constructor.
 class ContextConverter
          An implementation of Converter for Context helper objects for ScriptProxies.
 class CurrencyConverter
          An implementation of Converter for java.util.Currency.
 class DateConverter
          An implementation of Converter for Dates.
 class DOM4JConverter
          An implementation of Converter for DOM objects.
 class DOMConverter
          An implementation of Converter for DOM objects.
 class EnumConverter
          Converter for Enums
 class ExceptionConverter
          A special case of BeanConverter that doesn't convert StackTraces
 class FileConverter
          The FileConverter can only convert inbound files, convertOutbound is not supported.
 class JavascriptFunctionConverter
          A Converter for JavascriptFunctions
 class JavascriptObjectConverter
          A Converter for JavascriptFunctions
 class JDOMConverter
          An implementation of Converter for DOM objects.
 class LocalDateTimeConverter
           
 class LocaleConverter
          An implementation of Converter for java.util.Locale.
 class MapConverter
          An implementation of Converter for Maps.
 class MinimalistExceptionConverter
          A special case of BeanConverter for use by default with Throwables, which only outputs a "broken" message.
 class NullConverter
          An implementation of Converter for null and undefined.
 class ObjectConverter
          Convert a Javascript associative array into a JavaBean
 class PrimitiveConverter
          Converter for all primitive types
 class ProxyInterfaceConverter
          A converter that works to create objects that implement some interface and proxies the method calls back to the client via a JavascriptObject
 class RawConverter
          A Converter that does nothing.
 class ServletConverter
          A converter that magics up HTTP objects
 class StringConverter
          An implementation of Converter for Strings.
 class StringEnumAbstractBaseConverter
          Used by XmlBeanConverter.
 class StringWrapperConverter
          An implementation of Converter for StringWrapper.
 class URIConverter
          An implementation of Converter for Strings.
 class URLConverter
          An implementation of Converter for Strings.
 class XmlBeanConverter
          A Converter for Apache XMLBeans.
 class XOMConverter
          An implementation of Converter for DOM objects.
 

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 are exposed to the browser
 

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.Class<?> clazz, Converter converter)
          Add a new converter based on a loaded class.
 void ConverterManager.addConverter(java.lang.String match, Converter converter)
          Add a new converter based on a match string
 

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.
 

Uses of Converter in org.directwebremoting.guice
 

Methods in org.directwebremoting.guice that return Converter
 Converter InternalConverterManager.getConverterByMatchString(java.lang.String match)
           
 

Methods in org.directwebremoting.guice with parameters of type Converter
 void InternalConverterManager.addConverter(java.lang.Class<?> clazz, Converter converter)
           
 void InternalConverterManager.addConverter(java.lang.String match, Converter converter)
           
 

Method parameters in org.directwebremoting.guice with type arguments of type Converter
 void InternalConverterManager.setConverters(java.util.Map<java.lang.String,Converter> converters)
           
 

Uses of Converter in org.directwebremoting.hibernate
 

Classes in org.directwebremoting.hibernate that implement Converter
 class H3BeanConverter
          BeanConverter that works with Hibernate to get BeanInfo.
 

Uses of Converter in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl that return Converter
 Converter DefaultConverterManager.getConverterByMatchString(java.lang.String match)
           
 

Methods in org.directwebremoting.impl with parameters of type Converter
 void DefaultConverterManager.addConverter(java.lang.Class<?> clazz, Converter converter)
           
 void DefaultConverterManager.addConverter(java.lang.String match, Converter converter)
           
 

Method parameters in org.directwebremoting.impl with type arguments of type Converter
 void DefaultConverterManager.setConverters(java.util.Map<java.lang.String,Converter> converters)
           
 


Copyright ยจ 2008