hlship 2004/12/19 07:42:03
Modified: framework/src/documentation/content/xdocs/hivemind
ObjectProviders.xml
Log:
Add SpringObjectProvider (prefix "spring:").
Revision Changes Path
1.8 +10 -6
jakarta-hivemind/framework/src/documentation/content/xdocs/hivemind/ObjectProviders.xml
Index: ObjectProviders.xml
===================================================================
RCS file:
/home/cvs/jakarta-hivemind/framework/src/documentation/content/xdocs/hivemind/ObjectProviders.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ObjectProviders.xml 21 Oct 2004 14:56:51 -0000 1.7
+++ ObjectProviders.xml 19 Dec 2004 15:42:03 -0000 1.8
@@ -63,12 +63,7 @@
<td>bean</td>
<td>The locator is a &api.BeanFactory; locator, consisting of the id
of a BeanFactory service, a colon,
and an optional initializer for the bean.
-
- <note>
- Provided by the HiveMind library.
- </note>
- </td>
-
+ </td>
<td>
bean:ValidatorFactory:string,required
</td>
@@ -103,8 +98,17 @@
</td>
</tr>
+ <tr>
+ <td>spring</td>
+ <td>The locator is the name of a bean within a Spring BeanFactory.</td>
+ <td>spring:MyBean</td>
+ </tr>
</table>
+
+ <note>
+ The bean: and spring: prefixes are provided by the HiveMind library (not
the base framework).
+ </note>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]