Skip to content

Latest commit

 

History

History
 
 

grails-databinding

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

grails-databinding

This subproject contains much of the core data binding code. The main class here is SimpleDataBinder. Most of the other code here exists to support that. The real databinding used in a Grails app is GrailsWebDataBinder which extends SimpleDataBinder and is defined in the grails-web-databinding subproject. SimpleDataBinder is where much of the core data binding logic is defined. The GrailsWebDataBinder subclass defines a lot of the logic that is specific to data binding in the context of a Grails app. For example, all of the GORM special handling that the data binder does is in GrailsWebDataBinder.