List of usage examples for org.apache.commons.beanutils DynaBean interface-usage
From source file org.apache.struts.validator.DynaValidatorForm.java
/**
* <p>This class extends <strong>DynaActionForm</strong> and provides basic
* field validation based on an XML file. The key passed into the validator
* is the action element's 'name' attribute from the struts-config.xml which
* should match the form element's name attribute in the validation.xml.</p>
*
From source file org.kordamp.ezmorph.bean.MorphDynaBean.java
/** * @author Andres Almiray */ public final class MorphDynaBean implements DynaBean, Serializable { private static final long serialVersionUID = -605547389232706344L; private MorphDynaClass dynaClass;
From source file net.sf.json.JSONDynaBean.java
/** * @author Andres Almiray <aalmiray@users.sourceforge.net> */ public class JSONDynaBean implements DynaBean, Serializable { /** * DOCUMENT ME!
From source file org.apache.struts.validator.BeanValidatorForm.java
/**
* <p>Struts <i>validator</i> <code>ActionForm</code> backed by either a
* <code>DynaBean</code> or POJO JavaBean.</p>
*
* <p>Passing a POJO JavaBean to the constructor will automatically create an
* associated <code>WrapDynaBean</code>. One use for this would be to migrate
From source file org.apache.struts.action.DynaActionForm.java
/**
* <p>Specialized subclass of <code>ActionForm</code> that allows the creation
* of form beans with dynamic sets of properties, without requiring the
* developer to create a Java class for each type of form bean.</p>
*
* <p><strong>USAGE NOTE</strong> - Since Struts 1.1, the <code>reset</code>
From source file net.mlw.vlh.adapter.jdbc.dynabean.fix.ResultSetIterator.java
/**
* <p>Implementation of <code>java.util.Iterator</code> returned by the
* <code>iterator()</code> method of {@link ResultSetDynaClass}. Each
* object returned by this iterator will be a {@link DynaBean} that
* represents a single row from the result set being wrapped.</p>
*
From source file pe.com.mmh.sisgap.utils.BasicDynaBean.java
/**
* <p>Minimal implementation of the <code>DynaBean</code> interface. Can be
* used as a convenience base class for more sophisticated implementations.</p>
*
* <p><strong>IMPLEMENTATION NOTE</strong> - Instances of this class that are
* accessed from multiple threads simultaneously need to be synchronized.</p>
From source file org.jaffa.flexfields.FlexCriteriaBean.java
/**
* FlexBean implements the DynaBean interface.
* <p>
* It holds the following information when linked to a persistent object:
* flexClass: the associated DynaClass
* persistentObject: the persistent object for which this bean will hold FlexField instances.
From source file org.jaffa.flexfields.FlexBean.java
/**
* FlexBean implements the DynaBean interface.
* <p>
* It holds the following information when linked to a persistent object:
* flexClass: the associated DynaClass
* persistentObject: the persistent object for which this bean will hold FlexField instances.