|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.waffle.bind.ognl.OgnlValueConverterFinder
public class OgnlValueConverterFinder
Implementation of ValueConverterFinder which caches converters
found per type and uses OgnlValueConverter as default converter.
OgnlValueConverter| Constructor Summary | |
|---|---|
OgnlValueConverterFinder()
|
|
OgnlValueConverterFinder(ValueConverter... converters)
|
|
| Method Summary | |
|---|---|
ValueConverter |
findConverter(java.lang.Class<?> type)
Should return the ValueConverter that is responsible for handling the type passed in. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OgnlValueConverterFinder()
public OgnlValueConverterFinder(ValueConverter... converters)
| Method Detail |
|---|
public ValueConverter findConverter(java.lang.Class<?> type)
ValueConverterFinderValueConverter that is responsible for handling the type passed in.
findConverter in interface ValueConverterFindertype - representing the ValueConverter needed
null if none was found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||