|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.chainedoptions.AbstractChainedOption
org.springframework.ldap.samples.person.options.CountryOption
public class CountryOption
Responsible for retrieving available countries, sorting them, and adjusting
the command object if necessary. Collaborates with
ChainedOptionStrategy, BeanConverter, CountryDao.
| Constructor Summary | |
|---|---|
CountryOption()
|
|
| Method Summary | |
|---|---|
protected void |
initChainedOption()
|
List |
retrieveOptions(Object command,
Object context)
|
void |
setCountryDao(CountryDao countryDao)
|
| Methods inherited from class net.sf.chainedoptions.AbstractChainedOption |
|---|
afterPropertiesSet, getCommandProperty, getConverter, getOptionsKey, getProperty, getStrategy, matches, setCommandProperty, setConverter, setDefaultStrategy, setOptionsKey, setProperty, updateValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CountryOption()
| Method Detail |
|---|
public List retrieveOptions(Object command,
Object context)
retrieveOptions in interface net.sf.chainedoptions.ChainedOptionretrieveOptions in class net.sf.chainedoptions.AbstractChainedOptionprotected void initChainedOption()
initChainedOption in class net.sf.chainedoptions.AbstractChainedOptionpublic void setCountryDao(CountryDao countryDao)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||