[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/zope - utility.stx:1.4
R. David Murray
bitz@bitdance.com
Sun, 1 Sep 2002 15:42:22 -0400
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/zope
In directory cvs.zope.org:/tmp/cvs-serv21113
Modified Files:
utility.stx
Log Message:
Document calling sequence for factory. Remove incorrect mention of
composite factory syntax. Rearange description of factory and
component attributes to conform to the other namespaces files.
=== Zope3/doc/zcml/namespaces.zope.org/zope/utility.stx 1.3 => 1.4 ===
--- Zope3/doc/zcml/namespaces.zope.org/zope/utility.stx:1.3 Fri Aug 30 15:15:02 2002
+++ Zope3/doc/zcml/namespaces.zope.org/zope/utility.stx Sun Sep 1 15:42:22 2002
@@ -4,9 +4,10 @@
Attributes
- * factory
+ * factory, a callable that provides a component. It will be
+ called with no arguments.
- * component
+ * component, a name that can be resolved to an object
* provides, the interface this utility provides
@@ -14,7 +15,3 @@
Either component or factory must be given, not both.
- If component is given, it is a resolvable name to an object.
- If factory is given, it is a callable object or list of callable
- objects that provides a component.
-