org.springframework.ldap.samples.person.options
Class CountryConverter

java.lang.Object
  extended by net.sf.chainedoptions.AbstractBeanConverter
      extended by 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

Constructor Summary
CountryConverter()
           
 
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
 

Constructor Detail

CountryConverter

public CountryConverter()
Method Detail

convertBean

protected net.sf.chainedoptions.LabelValueBean convertBean(Object bean)
Specified by:
convertBean in class net.sf.chainedoptions.AbstractBeanConverter


Copyright © 2006-2009 Spring Framework. All Rights Reserved.