org.apache.commons.beanutils.PropertyUtilsBean Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. Much of this code was originally included in <code>BeanUtils</code>, but has been separated because of the volume of code involved. <p> In general, the obj ...
org.apache.commons.jxpath.util.ValueUtils Collection and property access utilities. @author Dmitri Plotnikov @version $Revision: 1.19 $ $Date: 2004/04/04 22:06:36 $
com.opensymphony.workflow.designer.beanutils.PropertyUtilsBean Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. Much of this code was originally included in <code>BeanUtils</code>, but has been separated because of the volume of code involved. <p/> In general, the ob ...
org.apache.axis.utils.BeanPropertyDescriptor This class represents a field/property in a value type (a class with either bean-style getters/setters or public fields). It is essentially a thin wrapper around the PropertyDescriptor from the JavaBean utilities. We wrap it with this class so that we can create the subclass FieldPropertyDescrip ...
freemarker.ext.beans.BeansWrapper Utility class that provides generic services to reflection classes. It handles all polymorphism issues in the {@link #wrap(Object)} and {@link #unwrap(TemplateModel)} methods. @author Attila Szegedi @version $Id: BeansWrapper.java,v 1.91 2005/06/13 21:34:47 szegedia Exp $
org.apache.commons.beanutils.locale.LocaleBeanUtilsBean <p>Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.</p> @author Craig R. McClanahan @author Ralph Schaer @author Chris Audley @author Rey François @author Gregor Raıman @author Yauheny Mikulski @since 1.7
freemarker.ext.beans.BeanModel A class that will wrap an arbitrary object into {@link freemarker.template.TemplateHashModel} interface allowing calls to arbitrary property getters and invocation of accessible methods on the object from a template using the <tt>object.foo</tt> to access properties and <tt>objec ...