|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.lonniepryor.blues.cfg.AbstractBeanCfg
Utility base class for configuration elements that want to support calling declared JavaBeans operations.
| Constructor Summary | |
protected |
AbstractBeanCfg()
Creates a new AbstractBeanCfg object. |
| Method Summary | |
protected void |
configureBean(BeanHelper helper,
java.lang.Object beanInstance,
Directory serviceDirectory)
Configures the specified JavaBean with the set operations declared on this element. |
protected void |
configureBean(java.lang.Object beanInstance,
Directory serviceDirectory)
Configures the specified JavaBean with the set operations declared on this element. |
void |
declareSetBean(SetBeanCfg setBean)
Declares a nested JavaBean to be set on this bean config. |
void |
declareSetRefrence(SetRefrenceCfg setRefrence)
Declares a refrence to be set on this bean config. |
void |
declareSetValue(SetValueCfg setValue)
Declares a value to be set on this bean config. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected AbstractBeanCfg()
| Method Detail |
public void declareSetValue(SetValueCfg setValue)
setValue - The value set configuration.public void declareSetRefrence(SetRefrenceCfg setRefrence)
setRefrence - The refrence set configuration.public void declareSetBean(SetBeanCfg setBean)
setBean - The bean set configuration.
protected void configureBean(java.lang.Object beanInstance,
Directory serviceDirectory)
beanInstance - The JavaBean to configure.serviceDirectory - The directory to look up refrenced services in.
protected void configureBean(BeanHelper helper,
java.lang.Object beanInstance,
Directory serviceDirectory)
helper - The bean helper to use.beanInstance - The JavaBean to configure.serviceDirectory - The directory to look up refrenced services in.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||