[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/xmlrpc -
defaultView.stx:1.3 view.stx:1.6
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Mar 29 10:08:23 EST 2004
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/xmlrpc
In directory cvs.zope.org:/tmp/cvs-serv20778/doc/zcml/namespaces.zope.org/xmlrpc
Modified Files:
defaultView.stx view.stx
Log Message:
Updated ZCML documentation. The files now contain information about the handler.
=== Zope3/doc/zcml/namespaces.zope.org/xmlrpc/defaultView.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/xmlrpc/defaultView.stx:1.2 Fri Jan 23 12:00:30 2004
+++ Zope3/doc/zcml/namespaces.zope.org/xmlrpc/defaultView.stx Mon Mar 29 10:08:22 2004
@@ -2,6 +2,8 @@
File zope/app/publisher/xmlrpc/meta.zcml, lines 11 - 15.
+ Handler: zope.app.publisher.xmlrpc.metaconfigure.defaultView
+
The name of the view that should be the default. This name refers to view
that should be the view used by default (if no view name is supplied
explicitly).
=== Zope3/doc/zcml/namespaces.zope.org/xmlrpc/view.stx 1.5 => 1.6 ===
--- Zope3/doc/zcml/namespaces.zope.org/xmlrpc/view.stx:1.5 Fri Jan 23 12:00:30 2004
+++ Zope3/doc/zcml/namespaces.zope.org/xmlrpc/view.stx Mon Mar 29 10:08:22 2004
@@ -2,19 +2,19 @@
File zope/app/publisher/xmlrpc/meta.zcml, lines 5 - 9.
+ Handler: zope.app.publisher.xmlrpc.metaconfigure.view
+
View Directive for XML-RPC methods.
Attributes
- for -- GlobalObject (optional, default=None)
+ for -- Tokens (required)
- The interface this view applies to.
+ Specifications of the objects to be viewed
- The view will be for all objects that implement this interface. If this
- is not supplied, the view applies to all objects (XXX this ought to
- change).
+ This should be a list of interfaces or classes
- permission -- Id (optional, default=None)
+ permission -- Permission (optional, default=None)
Permission
More information about the Zope3-Checkins
mailing list