Author: simonetripodi
Date: Sun May 15 12:37:43 2011
New Revision: 1103341

URL: http://svn.apache.org/viewvc?rev=1103341&view=rev
Log:
added the setAttributeName() method

Modified:
    
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallParamRule.java

Modified: 
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallParamRule.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallParamRule.java?rev=1103341&r1=1103340&r2=1103341&view=diff
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallParamRule.java
 (original)
+++ 
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/CallParamRule.java
 Sun May 15 12:37:43 2011
@@ -134,6 +134,17 @@ public class CallParamRule
     // --------------------------------------------------------- Public Methods
 
     /**
+     * Set the attribute from which to save the parameter value.
+     *
+     * @param The attribute from which to save the parameter value
+     * @since 3.0
+     */
+    public void setAttributeName( String attributeName )
+    {
+        this.attributeName = attributeName;
+    }
+
+    /**
      * Process the start of this element.
      * 
      * @param attributes The attribute list for this element


Reply via email to