org.codehaus.waffle.bind
Interface DataBinder

All Known Implementing Classes:
OgnlDataBinder, RubyDataBinder

public interface DataBinder

Implementor of this interface are responsible for binding the values from the request to the controller.

Author:
Michael Ward

Method Summary
 void bind(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ErrorsContext errorsContext, java.lang.Object controller)
          Bind parameters values from the request to the controller
 

Method Detail

bind

void bind(javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response,
          ErrorsContext errorsContext,
          java.lang.Object controller)
Bind parameters values from the request to the controller

Parameters:
request - the HttpServletRequest containing the parameter values
response - the HttpServletResponse
errorsContext - the ErrorsContext
controller - the controller instance


Copyright © 2008. All Rights Reserved.