|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataBindingRegistry
The registry for data bindings
Method Summary | |
---|---|
DataBinding |
getDataBinding(String id)
Look up a data binding by id |
DataType |
introspectType(Class<?> javaType)
Introspect the java class to figure out what DataType supports it |
DataType |
introspectType(Object value)
Introspect the value to figure out the corresponding DataType |
void |
register(DataBinding dataBinding)
Register a data binding |
DataBinding |
unregister(String id)
Unregister a data binding |
Method Detail |
---|
void register(DataBinding dataBinding)
dataBinding
- DataBinding getDataBinding(String id)
id
- The name of the databinding
DataBinding unregister(String id)
id
-
DataType introspectType(Class<?> javaType)
javaType
- The java class or interface
DataType introspectType(Object value)
value
- The object value
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |