Package org.codehaus.waffle.bind

Interface Summary
BindErrorMessageResolver  
DataBinder Implementor of this interface are responsible for binding the values from the request to the model.
RequestAttributeBinder Implementors of this class allow for properties from a controller to be exposed as request attributes.
WaffleTypeConverter Implementation of this interface will be responsible for converting specific type(s).
 

Class Summary
DefaultBindErrorMessageResolver  
IntrospectingRequestAttributeBinder This implementation can handle all standard Java objects and RubyControllers are handled specially (instance_variables)
OgnlDataBinder This DataBinder implementation is backed by Ognl: Object Graph Notation Language.
OgnlTypeConverter An extension of Ognl's DefaultTypeConverter which handles Java 5 enums and will delegate custom WaffleTypeConverter's registered per application.
RubyDataBinder  
 

Exception Summary
BindException  
 



Copyright © 2007 null. All Rights Reserved.