Uses of Class
com.lonniepryor.blues.util.BeanHelper

Packages that use BeanHelper
com.lonniepryor.blues.cfg Defines the semantics of configuring a Blues application. 
com.lonniepryor.blues.util Common utility classes used throughout the Blues Framework. 
com.lonniepryor.blues.xml Implements a dynamic XML configuration parser based on XML Schema. 
 

Uses of BeanHelper in com.lonniepryor.blues.cfg
 

Methods in com.lonniepryor.blues.cfg with parameters of type BeanHelper
 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(BeanHelper helper, java.lang.Object beanInstance, Directory serviceDirectory)
          Configures the specified JavaBean with the set operations declared on this element.
 

Uses of BeanHelper in com.lonniepryor.blues.util
 

Methods in com.lonniepryor.blues.util that return BeanHelper
static BeanHelper BeanHelper.introspect(java.lang.Class beanType)
          Introspects the specified bean class, using the local cache if one is active.
 

Uses of BeanHelper in com.lonniepryor.blues.xml
 

Subclasses of BeanHelper in com.lonniepryor.blues.xml
 class XmlBeanHelper
          Helper class that extends normal JavaBean semantics with the Blues Xml XmlParser patterns.
 



Copyright © 2003 Blues Framework. All Rights Reserved.