Author: nuttycom
Date: Thu Oct 26 15:50:45 2006
New Revision: 468178
URL: http://svn.apache.org/viewvc?view=rev&rev=468178
Log:
Updated to reflect changes to pipeline RuleSet
Modified:
jakarta/commons/sandbox/pipeline/trunk/src/site/apt/config_digester.apt
Modified:
jakarta/commons/sandbox/pipeline/trunk/src/site/apt/config_digester.apt
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/pipeline/trunk/src/site/apt/config_digester.apt?view=diff&rev=468178&r1=468177&r2=468178
==============================================================================
--- jakarta/commons/sandbox/pipeline/trunk/src/site/apt/config_digester.apt
(original)
+++ jakarta/commons/sandbox/pipeline/trunk/src/site/apt/config_digester.apt Thu
Oct 26 15:50:45 2006
@@ -159,3 +159,18 @@
[className] The class of the object to be created, which must supply a
no-argument constructor.
+* \<property propName="..." className="..."\>\</property>
+
+ This tag is used to set a non-primitive bean property on the object created
+by the enclosing tag, in a similar fashion to how primitive-valued properties
+may be set in Digester using XML attributes. This tag constructs an object
+of the specified class, configures its properties based upon the other
+XML attributes and any nested \<property\> tags, then passes the generated
+object to the appropriate setter method of the object created by the enclosing
+tag.
+
+ [className] The class of the object to be created, which must supply a
+ no-argument constructor.
+
+ [propName] The name of the bean property to be set with the created object.
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]