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.PropertyUtilsBean

Uses of PropertyUtilsBean in org.apache.commons.beanutils
 

Fields in org.apache.commons.beanutils declared as PropertyUtilsBean
private  PropertyUtilsBean PropertyUtilsBenchCase.pu
           
private  PropertyUtilsBean BeanificationTestCase.Signal.propertyUtils
           
private  PropertyUtilsBean BeanUtilsBean.propertyUtilsBean
          Used to access properties
 

Methods in org.apache.commons.beanutils that return PropertyUtilsBean
 PropertyUtilsBean BeanificationTestCase.Signal.getPropertyUtils()
           
protected static PropertyUtilsBean PropertyUtilsBean.getInstance()
           
 PropertyUtilsBean BeanUtilsBean.getPropertyUtils()
          Gets the PropertyUtilsBean instance used to access properties.
 

Methods in org.apache.commons.beanutils with parameters of type PropertyUtilsBean
 void BeanificationTestCase.Signal.setPropertyUtils(PropertyUtilsBean propertyUtils)
           
 

Constructors in org.apache.commons.beanutils with parameters of type PropertyUtilsBean
BeanUtilsBean(ConvertUtilsBean convertUtilsBean, PropertyUtilsBean propertyUtilsBean)
          Constructs an instance using given property and conversion instances.