public class WiringDeclarableSupport extends DeclarableSupport
Declarable support class for wiring the declaring instance through
the Spring container.
This implementation will first look for a 'bean-name' property which will be used to
locate a 'template' bean definition. In case the property is not given, a bean named
after the class will be searched and if none is found, autowiring will be performed,
based on the settings defined in the Spring container.| Constructor and Description |
|---|
WiringDeclarableSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initInstance(Properties props)
Initialize the current instance based on the given properties.
|
close, getBeanFactory, init, setFactoryKeyprotected void initInstance(Properties props)
DeclarableSupportinitInstance in class DeclarableSupportprops - the Properties used to initialize this Declarable.Declarable.init(java.util.Properties),
Properties