org.codehaus.waffle.bind
Interface RequestAttributeBinder

All Known Implementing Classes:
IntrospectingRequestAttributeBinder

public interface RequestAttributeBinder

Implementors of this class allow for properties from a controller to be exposed as request attributes. This simplifies view development.

Author:
Michael Ward

Method Summary
 void bind(javax.servlet.http.HttpServletRequest request, java.lang.Object controller)
           
 

Method Detail

bind

void bind(javax.servlet.http.HttpServletRequest request,
          java.lang.Object controller)


Copyright © 2008. All Rights Reserved.