Uses of Interface
org.codehaus.waffle.bind.ValueConverterFinder

Packages that use ValueConverterFinder
org.codehaus.waffle   
org.codehaus.waffle.bind   
org.codehaus.waffle.bind.ognl   
org.codehaus.waffle.context.pico   
 

Uses of ValueConverterFinder in org.codehaus.waffle
 

Methods in org.codehaus.waffle that return ValueConverterFinder
 ValueConverterFinder ComponentRegistry.getValueConverterFinder()
           
 

Uses of ValueConverterFinder in org.codehaus.waffle.bind
 

Constructors in org.codehaus.waffle.bind with parameters of type ValueConverterFinder
DefaultStringTransmuter(ValueConverterFinder valueConverterFinder)
           
 

Uses of ValueConverterFinder in org.codehaus.waffle.bind.ognl
 

Classes in org.codehaus.waffle.bind.ognl that implement ValueConverterFinder
 class OgnlValueConverterFinder
           Implementation of ValueConverterFinder which uses OgnlValueConverter as default converter.
 

Constructors in org.codehaus.waffle.bind.ognl with parameters of type ValueConverterFinder
DelegatingTypeConverter(ValueConverterFinder valueConverterFinder, BindMonitor bindMonitor)
           
OgnlControllerDataBinder(ValueConverterFinder valueConverterFinder, BindErrorMessageResolver bindErrorMessageResolver, BindMonitor bindMonitor)
           
ScriptedControllerDataBinder(ValueConverterFinder valueConverterFinder, BindErrorMessageResolver bindErrorMessageResolver, ArgumentResolver argumentResolver, BindMonitor bindMonitor)
           
 

Uses of ValueConverterFinder in org.codehaus.waffle.context.pico
 

Methods in org.codehaus.waffle.context.pico that return ValueConverterFinder
 ValueConverterFinder PicoComponentRegistry.getValueConverterFinder()
           
 



Copyright © 2008. All Rights Reserved.