Responsible for locating DataBindingSourceCreator instances and using them to create DataBindingSource instances
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
BEAN_NAME |
| Constructor and description |
|---|
DataBindingSourceRegistry
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
addDataBindingSourceCreator(DataBindingSourceCreator creator)Adds a new DataBindingSourceCreator to the registry
|
|
CollectionDataBindingSource |
createCollectionDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource)Locates a CollectionDataBindingSource for the given MimeType and binding target
|
|
DataBindingSource |
createDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource)Locates a DataBindingSource for the given MimeType and binding target
|
Adds a new DataBindingSourceCreator to the registry
creator - The DataBindingSourceCreatorLocates a CollectionDataBindingSource for the given MimeType and binding target
mimeType - The MimeTypebindingTarget - The type of the binding targetbindingSource - The binding sourceLocates a DataBindingSource for the given MimeType and binding target
mimeType - The MimeTypebindingTarget - The type of the binding targetbindingSource - The binding source