Frames | No Frames |
Methods with return type org.apache.bsf.util.Bean | |
Bean | ReflectionUtils.createBean(ClassLoader cld, String className, Class[] argTypes, Object[] args) Create a bean using given class loader and using the appropriate
constructor for the given args of the given arg types. |
Bean | ReflectionUtils.createBean(ClassLoader cld, String className, Object[] args) Create a bean using given class loader and using the appropriate
constructor for the given args. |
Bean | ReflectionUtils.getField(Object target, String fieldName) |
Bean | ReflectionUtils.getProperty(Object target, String propName, Integer index) Get a property of a bean. |
Methods with parameter type org.apache.bsf.util.Bean | |
void |