|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.chwf.plugin.OptionLister | +--org.chwf.plugin.defaults.DefaultOptionLister
A default option lister plugin implementation that retrieves list data
from the Config
class.
Fields inherited from class org.chwf.plugin.OptionLister |
OPTION_LISTER_ID |
Constructor Summary | |
DefaultOptionLister()
|
Method Summary | |
java.util.Map |
loadOptionList(java.lang.Class beanClass,
java.lang.String property)
Load the option list for a JavaBean's property. |
Methods inherited from class org.chwf.plugin.OptionLister |
getInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultOptionLister()
Method Detail |
public java.util.Map loadOptionList(java.lang.Class beanClass, java.lang.String property) throws ConversionException
loadOptionList
in class OptionLister
beanClass
- The class in question.property
- The property.ConversionException
- If type conversions fail.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |