org.springframework.ldap.samples.person.options
Class CountryConverter
java.lang.Object
net.sf.chainedoptions.AbstractBeanConverter
org.springframework.ldap.samples.person.options.CountryConverter
- All Implemented Interfaces:
- net.sf.chainedoptions.BeanConverter
public class CountryConverter
- extends net.sf.chainedoptions.AbstractBeanConverter
Responsible for converting the properties of a Country domain object into a
LabelValueBean.
- Author:
- Ulrik Sandberg
Method Summary |
protected net.sf.chainedoptions.LabelValueBean |
convertBean(Object bean)
|
Methods inherited from class net.sf.chainedoptions.AbstractBeanConverter |
convert |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountryConverter
public CountryConverter()
convertBean
protected net.sf.chainedoptions.LabelValueBean convertBean(Object bean)
- Specified by:
convertBean
in class net.sf.chainedoptions.AbstractBeanConverter
Copyright © 2006-2011 Spring Framework. All Rights Reserved.