org.codehaus.waffle.bind
Class IntrospectingRequestAttributeBinder

java.lang.Object
  extended by org.codehaus.waffle.bind.IntrospectingRequestAttributeBinder
All Implemented Interfaces:
RequestAttributeBinder

public class IntrospectingRequestAttributeBinder
extends java.lang.Object
implements RequestAttributeBinder

This implementation can handle all standard Java objects and RubyControllers are handled specially (instance_variables)

Author:
Michael Ward, Mauro Talevi

Constructor Summary
IntrospectingRequestAttributeBinder(BindMonitor bindMonitor)
           
 
Method Summary
 void bind(javax.servlet.http.HttpServletRequest request, java.lang.Object controller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrospectingRequestAttributeBinder

public IntrospectingRequestAttributeBinder(BindMonitor bindMonitor)
Method Detail

bind

public void bind(javax.servlet.http.HttpServletRequest request,
                 java.lang.Object controller)
Specified by:
bind in interface RequestAttributeBinder


Copyright © 2008. All Rights Reserved.