Uses of Class
org.directwebremoting.extend.AbstractConverter

Packages that use AbstractConverter
org.directwebremoting.convert   
 

Uses of AbstractConverter in org.directwebremoting.convert
 

Subclasses of AbstractConverter in org.directwebremoting.convert
 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 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 NullConverter
          An implementation of Converter for null and undefined.
 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 XOMConverter
          An implementation of Converter for DOM objects.
 


Copyright ยจ 2008