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)


Constructor Summary
IntrospectingRequestAttributeBinder()
           
 
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()
Method Detail

bind

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


Copyright © 2007 null. All Rights Reserved.