|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.smartlab.web.bean.Converter
public abstract class Converter
TODO Documentation
| Constructor Summary | |
|---|---|
Converter()
|
|
| Method Summary | |
|---|---|
abstract 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 Converter()
| Method Detail |
|---|
public abstract java.lang.Object convert(java.lang.Class type,
java.lang.Object value,
java.util.Locale locale)
throws ConversionException
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 performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||