org.codehaus.waffle.bind
Class RubyViewDataBinder

java.lang.Object
  extended by org.codehaus.waffle.bind.IntrospectingViewDataBinder
      extended by org.codehaus.waffle.bind.ScriptedViewDataBinder
          extended by org.codehaus.waffle.bind.RubyViewDataBinder
All Implemented Interfaces:
ViewDataBinder

public class RubyViewDataBinder
extends ScriptedViewDataBinder

ScriptedViewDataBinder implementation which handles request via IRubyObject instance_variables.

Author:
Michael Ward, Mauro Talevi

Constructor Summary
RubyViewDataBinder(BindMonitor bindMonitor)
           
 
Method Summary
protected  void handleScriptController(javax.servlet.http.HttpServletRequest request, ScriptedController rubyController)
           
 
Methods inherited from class org.codehaus.waffle.bind.ScriptedViewDataBinder
bind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyViewDataBinder

public RubyViewDataBinder(BindMonitor bindMonitor)
Method Detail

handleScriptController

protected void handleScriptController(javax.servlet.http.HttpServletRequest request,
                                      ScriptedController rubyController)
Specified by:
handleScriptController in class ScriptedViewDataBinder


Copyright © 2008. All Rights Reserved.