Uses of Class
com.uwyn.rife.tools.exceptions.BeanUtilsException

Packages that use BeanUtilsException
com.uwyn.rife.site Provides classes and interfaces that provide useful features during the creation of a website. 
com.uwyn.rife.template Provides classes and interfaces for the template engine. 
com.uwyn.rife.tools Provides general purpose utility classes. 
 

Uses of BeanUtilsException in com.uwyn.rife.site
 

Methods in com.uwyn.rife.site that throw BeanUtilsException
 Collection<String> FormBuilderXml.generateForm(Template template, Class beanClass, Map<String,String[]> values, String prefix)
           
 Collection<String> FormBuilderXhtml.generateForm(Template template, Class beanClass, Map<String,String[]> values, String prefix)
           
 Collection<String> FormBuilder.generateForm(Template template, Class beanClass, Map<String,String[]> values, String prefix)
          Generates all the form fields for a bean class.
 Collection<String> FormBuilderXml.generateForm(Template template, Object bean, Map<String,String[]> values, String prefix)
           
 Collection<String> FormBuilderXhtml.generateForm(Template template, Object bean, Map<String,String[]> values, String prefix)
           
 Collection<String> FormBuilder.generateForm(Template template, Object bean, Map<String,String[]> values, String prefix)
          Generates all the form fields for a bean instance.
 void FormBuilderXml.removeForm(Template template, Class beanClass, String prefix)
           
 void FormBuilderXhtml.removeForm(Template template, Class beanClass, String prefix)
           
 void FormBuilder.removeForm(Template template, Class beanClass, String prefix)
          Removes the content of all the template values that would otherwise be filled in with generated form fields through the FormBuilder.generateForm(Template, Class, Map, String) method.
 

Uses of BeanUtilsException in com.uwyn.rife.template
 

Methods in com.uwyn.rife.template that throw BeanUtilsException
protected  Map<String,Object> BeanHandlerXml.getPropertyValues(Template template, Object bean, String prefix)
           
protected  Map<String,Object> BeanHandlerXhtml.getPropertyValues(Template template, Object bean, String prefix)
           
protected  Map<String,Object> BeanHandlerPlain.getPropertyValues(Template template, Object bean, String prefix)
           
protected abstract  Map<String,Object> AbstractBeanHandler.getPropertyValues(Template template, Object bean, String prefix)
           
 

Uses of BeanUtilsException in com.uwyn.rife.tools
 

Methods in com.uwyn.rife.tools that throw BeanUtilsException
static int BeanUtils.countProperties(com.uwyn.rife.tools.BeanUtils.Accessors accessors, Class beanClass, String[] includedProperties, String[] excludedProperties, String prefix)
           
static int BeanUtils.countProperties(Class beanClass, String[] includedProperties, String[] excludedProperties, String prefix)
           
static BeanInfo BeanUtils.getBeanInfo(Class beanClass)
           
static Set<String> BeanUtils.getPropertyNames(com.uwyn.rife.tools.BeanUtils.Accessors accessors, Class beanClass, String[] includedProperties, String[] excludedProperties, String prefix)
           
static Set<String> BeanUtils.getPropertyNames(Class beanClass, String[] includedProperties, String[] excludedProperties, String prefix)
           
static Class BeanUtils.getPropertyType(Class beanClass, String name)
           
static Map<String,Class> BeanUtils.getPropertyTypes(com.uwyn.rife.tools.BeanUtils.Accessors accessors, Class beanClass, String[] includedProperties, String[] excludedProperties, String prefix)
           
static Map<String,Class> BeanUtils.getPropertyTypes(Class beanClass, String[] includedProperties, String[] excludedProperties, String prefix)
           
static Object BeanUtils.getPropertyValue(Object bean, String name)
           
static Map<String,Object> BeanUtils.getPropertyValues(com.uwyn.rife.tools.BeanUtils.Accessors accessors, Object bean, String[] includedProperties, String[] excludedProperties, String prefix)
           
static Map<String,Object> BeanUtils.getPropertyValues(Object bean, String[] includedProperties, String[] excludedProperties, String prefix)
           
static HashMap<String,PropertyDescriptor> BeanUtils.getUppercasedBeanProperties(Class beanClass)
          Retrieves a map of all the properties of a bean and their descriptors.
static void BeanUtils.processProperties(com.uwyn.rife.tools.BeanUtils.Accessors accessors, Class beanClass, String[] includedProperties, String[] excludedProperties, String prefix, BeanPropertyProcessor processor)
           
static void BeanUtils.processProperties(Class beanClass, String[] includedProperties, String[] excludedProperties, String prefix, BeanPropertyProcessor processor)
           
static void BeanUtils.processPropertyValues(com.uwyn.rife.tools.BeanUtils.Accessors accessors, Object bean, String[] includedProperties, String[] excludedProperties, String prefix, BeanPropertyValueProcessor processor)
           
static void BeanUtils.processPropertyValues(Object bean, String[] includedProperties, String[] excludedProperties, String prefix, BeanPropertyValueProcessor processor)
           
static void BeanUtils.setPropertyValue(Object bean, String name, Object value)
           
static void BeanUtils.setUppercasedBeanProperty(String propertyName, String[] propertyValues, String propertyNamePrefix, Map<String,PropertyDescriptor> beanProperties, Object beanInstance, Object emptyBean)
          Set the value of a bean property from an array of strings.
static void BeanUtils.setUppercasedBeanProperty(String propertyName, UploadedFile propertyFile, String propertyNamePrefix, Map<String,PropertyDescriptor> beanProperties, Object beanInstance)
          Set the value of a bean property from an uploaded file.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.