|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lonniepryor.blues.cfg.SetRefrenceCfg
Child element for setting java beans properties to a refrenced value.
Constructor Summary | |
SetRefrenceCfg()
Creates a new SetRefrenceCfg object. |
Method Summary | |
void |
configure(BeanHelper helper,
java.lang.Object beanInstance,
Directory serviceDirectory)
Sets the property represented by this config on the specified bean using the supplied bean helper. |
void |
setProperty(java.lang.String property)
Sets the name of the property to set. |
void |
setRef(java.lang.String ref)
Sets the value of the property. |
void |
verify()
Verifies the state of this configuration element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetRefrenceCfg()
Method Detail |
public void setProperty(java.lang.String property)
property
- The name of the property to set.public void setRef(java.lang.String ref)
ref
- The refrence to the value of the property.public void verify()
Verifiable
verify
in interface Verifiable
public void configure(BeanHelper helper, java.lang.Object beanInstance, Directory serviceDirectory)
SetCfg
configure
in interface SetCfg
helper
- The bean helper to use.beanInstance
- The bean to initalize.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 |