org.codehaus.groovy.grails.web.binding
Interface BindEventListener
public interface BindEventListener
An event listener used to inform when binding occurs
- Since:
- 1.2
|
Method Summary |
void |
doBind(java.lang.Object target,
org.springframework.beans.MutablePropertyValues source,
org.springframework.beans.TypeConverter typeConverter)
|
doBind
void doBind(java.lang.Object target,
org.springframework.beans.MutablePropertyValues source,
org.springframework.beans.TypeConverter typeConverter)
- Parameters:
target - The target to bind tosource - The source of the binding, typically a MaptypeConverter - The type converter to be used