|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.chainedoptions.AbstractBeanConverter
net.sf.chainedoptions.support.StringBeanConverter
public class StringBeanConverter
BeanConverter for String objects. Constructs LabelValueBeans with label and value as the supplied String.
Constructor Summary | |
---|---|
StringBeanConverter()
|
Method Summary | |
---|---|
protected LabelValueBean |
convertBean(java.lang.Object object)
Create a LabelValueBean with name and value as the
supplied String. |
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 |
---|
public StringBeanConverter()
Method Detail |
---|
protected LabelValueBean convertBean(java.lang.Object object)
LabelValueBean
with name and value as the
supplied String.
convertBean
in class AbstractBeanConverter
object
- String
to convert.
LabelValueBean
java.lang.ClassCastException
- if the supplied object
is not a
String
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |