org.springframework.richclient.convert.support
Class ListModelConverter
java.lang.Object
org.springframework.binding.convert.support.AbstractConverter
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
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 |
ListModelConverter
public ListModelConverter()
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.