20080913, rgf

Uses of Class
org.apache.bsf.util.Bean

Packages that use Bean
org.apache.bsf.util   
 

Uses of Bean in org.apache.bsf.util
 

Methods in org.apache.bsf.util that return Bean
static Bean ReflectionUtils.createBean(java.lang.ClassLoader cld, java.lang.String className, java.lang.Class[] argTypes, java.lang.Object[] args)
          Create a bean using given class loader and using the appropriate constructor for the given args of the given arg types.
static Bean ReflectionUtils.createBean(java.lang.ClassLoader cld, java.lang.String className, java.lang.Object[] args)
          Create a bean using given class loader and using the appropriate constructor for the given args.
static Bean ReflectionUtils.getField(java.lang.Object target, java.lang.String fieldName)
           
static Bean ReflectionUtils.getProperty(java.lang.Object target, java.lang.String propName, java.lang.Integer index)
          Get a property of a bean.
 

Methods in org.apache.bsf.util with parameters of type Bean
static void ReflectionUtils.setField(java.lang.Object target, java.lang.String fieldName, Bean value, TypeConvertorRegistry tcr)
           
 


20080913, rgf