Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.commons.beanutils.BeanUtilsBean

Uses of BeanUtilsBean in org.apache.commons.beanutils
 

Fields in org.apache.commons.beanutils declared as BeanUtilsBean
private  BeanUtilsBean BeanificationTestCase.Signal.bean
           
private  BeanUtilsBean BeanUtilsBenchCase.bu
           
 

Methods in org.apache.commons.beanutils that return BeanUtilsBean
 BeanUtilsBean BeanificationTestCase.Signal.getBean()
           
static BeanUtilsBean BeanUtilsBean.getInstance()
          Gets the instance which provides the functionality for BeanUtils.
 

Methods in org.apache.commons.beanutils with parameters of type BeanUtilsBean
 void BeanificationTestCase.Signal.setBean(BeanUtilsBean bean)
           
static void BeanUtilsBean.setInstance(BeanUtilsBean newInstance)
          Sets the instance which provides the functionality for BeanUtils.