org.springframework.richclient.convert.support
Class ListModelConverter

java.lang.Object
  extended by org.springframework.binding.convert.support.AbstractConverter
      extended by org.springframework.richclient.convert.support.ListModelConverter
All Implemented Interfaces:
org.springframework.binding.convert.Converter

public class ListModelConverter
extends org.springframework.binding.convert.support.AbstractConverter

Author:
Mathias Broekelmann

Constructor Summary
ListModelConverter()
           
 
Method Summary
protected  Object doConvert(Object sourceValue, Class targetClass, org.springframework.binding.convert.ConversionContext context)
           
 Class[] getSourceClasses()
           
 Class[] getTargetClasses()
           
 
Methods inherited from class org.springframework.binding.convert.support.AbstractConverter
convert, convert, convert, convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListModelConverter

public ListModelConverter()
Method Detail

doConvert

protected Object doConvert(Object sourceValue,
                           Class targetClass,
                           org.springframework.binding.convert.ConversionContext context)
                    throws Exception
Specified by:
doConvert in class org.springframework.binding.convert.support.AbstractConverter
Throws:
Exception

getSourceClasses

public Class[] getSourceClasses()

getTargetClasses

public Class[] getTargetClasses()


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.