Uses of Class
org.ujac.util.BeanException

Packages that use BeanException
org.ujac.util   
 

Uses of BeanException in org.ujac.util
 

Methods in org.ujac.util that throw BeanException
static Object BeanUtils.getProperty(Object bean, String propertyName)
          Gets a property from the given bean.
static Object BeanUtils.getProperty(Object bean, String propertyName, boolean lenient)
          Gets a property from the given bean.
static Class BeanUtils.getPropertyType(Class clazz, String propertyName, boolean lenient)
          Gets a property from the given bean.
static Object BeanUtils.invokeGetter(Object bean, Method getterMethod)
          Invokes a getter method with the given value.
static void BeanUtils.invokeSetter(Object bean, Method setterMethod, Object value)
          Invokes a setter method with the given value.
static void BeanUtils.invokeSetter(Object bean, Method setterMethod, Object value, TypeConverter typeConverter)
          Invokes a setter method with the given value.
static void BeanUtils.setProperty(Object bean, String propertyName, Object value)
          Sets a property at the given bean.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.