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

Packages that use ViewDataBinder
org.codehaus.waffle   
org.codehaus.waffle.bind   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.servlet   
 

Uses of ViewDataBinder in org.codehaus.waffle
 

Methods in org.codehaus.waffle that return ViewDataBinder
 ViewDataBinder ComponentRegistry.getViewDataBinder()
           
 

Uses of ViewDataBinder in org.codehaus.waffle.bind
 

Classes in org.codehaus.waffle.bind that implement ViewDataBinder
 class IntrospectingViewDataBinder
          ViewDataBinder implementation which uses Java beans introspector to bind read methods.
 class ScriptedViewDataBinder
          Abstract ViewDataBinder implementation for script controllers, delegating the handling of the script to concrete subclasses, specific for each script.
 

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

Methods in org.codehaus.waffle.context.pico that return ViewDataBinder
 ViewDataBinder PicoComponentRegistry.getViewDataBinder()
           
 

Uses of ViewDataBinder in org.codehaus.waffle.servlet
 

Constructors in org.codehaus.waffle.servlet with parameters of type ViewDataBinder
WaffleServlet(ActionMethodExecutor actionMethodExecutor, ActionMethodResponseHandler actionMethodResponseHandler, ServletMonitor servletMonitor, ControllerDataBinder controllerDataBinder, ControllerDefinitionFactory controllerDefinitionFactory, MessageResources messageResources, ViewDataBinder viewDataBinder, ViewResolver viewResolver, Validator validator)
          Constructor required by builder and useful for testing
 



Copyright © 2008. All Rights Reserved.