|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.smartlab.web.bean.Converter net.smartlab.web.bean.StringEnumerationConverter
public class StringEnumerationConverter
TODO documentation
Constructor Summary | |
---|---|
StringEnumerationConverter()
|
Method Summary | |
---|---|
java.lang.Object |
convert(java.lang.Class type,
java.lang.Object value,
java.util.Locale locale)
TODO documentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringEnumerationConverter()
Method Detail |
---|
public java.lang.Object convert(java.lang.Class type, java.lang.Object value, java.util.Locale locale) throws ConversionException
Converter
convert
in class Converter
type
- the target typevalue
- the value to be convertedlocale
- the locale to be used for the conversion
type
which represents
the converted input value
ConversionException
- if something wrong occurs during conversion
or if the conversion couldn't be performedConverter.convert(java.lang.Class,
java.lang.Object, java.util.Locale)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |