[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/dav -
	provideInterface.stx:1.1
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Thu Jan 22 18:57:10 EST 2004
    
    
  
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/dav
In directory cvs.zope.org:/tmp/cvs-serv7874/dav
Added Files:
	provideInterface.stx 
Log Message:
Update ZCML directives documentation.
=== Added File Zope3/doc/zcml/namespaces.zope.org/dav/provideInterface.stx ===
provideInterface
  File zope/app/dav/meta.zcml, lines 5 - 9.
  This directive assigns a new interface to a component. This interface will
  available via WebDAV for this particular component.
  Attributes
    for -- URI (required)
      Namespace
      Namespace under which this interface will be availablevia DAV.
    interface -- GlobalObject (required)
      Interface
      Specifies an interface/schema for DAV.
    
    
More information about the Zope3-Checkins
mailing list