|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Directory | |
com.lonniepryor.blues.cfg | Defines the semantics of configuring a Blues application. |
com.lonniepryor.blues.sys | Implements the core application assembly and configuration operations. |
Uses of Directory in com.lonniepryor.blues.cfg |
Methods in com.lonniepryor.blues.cfg with parameters of type Directory | |
void |
AdviceCfgImpl.configure(java.lang.Object adviceInstance,
Directory serviceDirectory)
|
void |
ServiceCfgImpl.configure(java.lang.Object serviceInstance,
Directory serviceDirectory)
|
void |
SetBeanCfg.configure(BeanHelper helper,
java.lang.Object beanInstance,
Directory serviceDirectory)
|
void |
SetRefrenceCfg.configure(BeanHelper helper,
java.lang.Object beanInstance,
Directory serviceDirectory)
|
void |
SetCfg.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 |
SetValueCfg.configure(BeanHelper helper,
java.lang.Object beanInstance,
Directory serviceDirectory)
|
protected void |
AbstractBeanCfg.configureBean(java.lang.Object beanInstance,
Directory serviceDirectory)
Configures the specified JavaBean with the set operations declared on this element. |
protected void |
AbstractBeanCfg.configureBean(BeanHelper helper,
java.lang.Object beanInstance,
Directory serviceDirectory)
Configures the specified JavaBean with the set operations declared on this element. |
void |
ServiceCfg.configure(java.lang.Object serviceInstance,
Directory serviceDirectory)
Configures an instance of the service type. |
void |
AdviceCfg.configure(java.lang.Object adviceInstance,
Directory serviceDirectory)
Configures an instance of the advice type. |
Uses of Directory in com.lonniepryor.blues.sys |
Classes in com.lonniepryor.blues.sys that implement Directory | |
class |
Application
Models the abstract view of a Blues Application. |
class |
Context
Declares operations common to all component contexts. |
class |
Module
Models the abstract view of a Blues module. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |