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

Quick Search    Search Deep

Uses of Interface
org.apache.commons.beanutils.DynaBean

Uses of DynaBean in org.apache.commons.beanutils
 

Classes in org.apache.commons.beanutils that implement DynaBean
 class BasicDynaBean
          Minimal implementation of the DynaBean interface.
 class ConvertingWrapDynaBean
          Implementation of DynaBean that wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties, though this implementation allows type conversion to occur when properties are set.
 class LazyDynaBean
          DynaBean which automatically adds properties to the DynaClass and provides Lazy List and Lazy Map features.
 class LazyDynaMap
          Provides a light weight DynaBean facade to a Map with lazy map/list processing.
 class ResultSetIterator
          Implementation of java.util.Iterator returned by the iterator() method of ResultSetDynaClass.
 class WrapDynaBean
          Implementation of DynaBean that wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties.
 

Fields in org.apache.commons.beanutils declared as DynaBean
private  DynaBean PropertyUtilsBenchCase.inDyna
           
private  DynaBean PropertyUtilsBenchCase.outDyna
           
protected  DynaBean DynaPropertyUtilsTestCase.bean
          The basic test bean for each test.
protected  DynaBean DynaBeanUtilsTestCase.bean
          The basic test bean for each test.
private  DynaBean BeanUtilsBenchCase.inDyna
           
private  DynaBean BeanUtilsBenchCase.outDyna
           
protected  DynaBean BasicDynaBeanTestCase.bean
          The basic test bean for each test.
 

Methods in org.apache.commons.beanutils that return DynaBean
 DynaBean LazyDynaMap.newInstance()
          Instantiate and return a new DynaBean instance, associated with this DynaClass.
 DynaBean JDBCDynaClass.newInstance()
          Instantiate and return a new DynaBean instance, associated with this DynaClass.
protected  DynaBean RowSetDynaClass.createDynaBean()
          Create and return a new DynaBean instance to be used for representing a row in the underlying result set.
 DynaBean WrapDynaClass.newInstance()
          Instantiates a new standard JavaBean instance associated with this DynaClass and return it wrapped in a new WrapDynaBean instance.
 DynaBean BasicDynaClass.newInstance()
          Instantiate and return a new DynaBean instance, associated with this DynaClass.
 DynaBean DynaClass.newInstance()
          Instantiate and return a new DynaBean instance, associated with this DynaClass.