|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.groovy.grails.web.binding.DatabindingApi
public class DatabindingApi
| Constructor Summary | |
|---|---|
DatabindingApi()
|
|
| Method Summary | |
|---|---|
java.util.Map<?,?> |
getProperties(java.lang.Object instance)
Returns a map of the objects properties that can be used to during binding to bind a subset of properties |
org.springframework.validation.BindingResult |
setProperties(java.lang.Object instance,
java.lang.Object bindingSource)
Binds the source object to the properties of the target instance converting any types as necessary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatabindingApi()
| Method Detail |
|---|
public org.springframework.validation.BindingResult setProperties(java.lang.Object instance,
java.lang.Object bindingSource)
instance - The instancebindingSource - The binding source
public java.util.Map<?,?> getProperties(java.lang.Object instance)
instance - The instance
DataBindingLazyMetaPropertyMap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||