com.mortbay.Util
Class DictionaryConverter

java.lang.Object
  |
  +--com.mortbay.Util.ConverterBase
        |
        +--com.mortbay.Util.ObjectConverter
              |
              +--com.mortbay.Util.DictionaryConverter

Deprecated. Use ObjectConverter

public class DictionaryConverter
extends ObjectConverter

Class to convert Dictionary's to complex object types. Renamed as ObjectConverter, since all converters are named after the type they convert to, not from!


Inner classes inherited from class com.mortbay.Util.ObjectConverter
ObjectConverter.ObjectConvertFail
 
Constructor Summary
DictionaryConverter()
          Deprecated.  
 
Methods inherited from class com.mortbay.Util.ObjectConverter
doConvert, fillObject
 
Methods inherited from class com.mortbay.Util.ConverterBase
convert, setTransformMode, unsafeConvert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryConverter

public DictionaryConverter()
Deprecated.