loops/rest/configure.zcml
helmutm ab28635ff2 bug fix in rest/configure.zcml because of Zope 3.3
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1588 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-02-18 15:30:09 +00:00

21 lines
642 B
XML

<!-- $Id$ -->
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope">
<adapter
factory="loops.rest.traversal.LoopsTraverser"
for="loops.interfaces.ILoops
zope.publisher.interfaces.browser.IBrowserRequest"
provides="zope.publisher.interfaces.browser.IBrowserPublisher"
permission="zope.Public" />
<adapter factory="loops.rest.common.ConceptView" name="rest" />
<class class="loops.rest.common.ConceptView">
<require permission="zope.View"
interface="loops.rest.common.IRESTView" />
</class>
</configure>