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

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

Uses of RequestAttributeBinder in org.codehaus.waffle
 

Methods in org.codehaus.waffle that return RequestAttributeBinder
 RequestAttributeBinder ComponentRegistry.getRequestAttributeBinder()
           
 

Uses of RequestAttributeBinder in org.codehaus.waffle.bind
 

Classes in org.codehaus.waffle.bind that implement RequestAttributeBinder
 class IntrospectingRequestAttributeBinder
          This implementation can handle all standard Java objects and RubyControllers are handled specially (instance_variables)
 

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

Methods in org.codehaus.waffle.context.pico that return RequestAttributeBinder
 RequestAttributeBinder PicoComponentRegistry.getRequestAttributeBinder()
           
 

Uses of RequestAttributeBinder in org.codehaus.waffle.servlet
 

Constructors in org.codehaus.waffle.servlet with parameters of type RequestAttributeBinder
WaffleServlet(ActionMethodExecutor actionMethodExecutor, ActionMethodResponseHandler actionMethodResponseHandler, ServletMonitor servletMonitor, DataBinder dataBinder, RequestAttributeBinder requestAttributeBinder, ControllerDefinitionFactory controllerDefinitionFactory, Validator validator)
          Constructor required by builder and useful for testing
 



Copyright © 2008. All Rights Reserved.