|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConverterLocator
Locates the proper converter instance for a given type. Classes that implement this interface
must return the right converter for the given class type. Instances are created by
IConverterLocator, which can be configured using
Application.newConverterLocator().
ConverterLocator,
IConverterLocatorFactory| Method Summary | |
|---|---|
IConverter |
getConverter(java.lang.Class<?> type)
Returns the Converter for the class that is given. |
| Method Detail |
|---|
IConverter getConverter(java.lang.Class<?> type)
type -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||