~intellectronica/lazr.restful/unicode-errors-bug-331990

« back to all changes in this revision

Viewing changes to src/lazr/restful/configure.zcml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-06-02 21:24:35 UTC
  • mfrom: (25.1.1 launchpad-field-put)
  • Revision ID: launchpad@pqm.canonical.com-20090602212435-o2u8b2dfoam9lumr
[r=flacoste][ui=none][bug=380959] A backport of code that makes field
        resources respond to PUT and PATCH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
 
134
134
    <adapter factory="lazr.restful.JSONItem" />
135
135
 
 
136
    <!-- Adapter for URL generation -->
 
137
    <adapter
 
138
        for="lazr.restful.interfaces.IEntryField
 
139
             zope.publisher.interfaces.http.IHTTPApplicationRequest"
 
140
        provides="zope.traversing.browser.interfaces.IAbsoluteURL"
 
141
        factory="zope.traversing.browser.AbsoluteURL"
 
142
        />
 
143
 
136
144
    <!-- Field resources -->
137
145
    <adapter
138
146
        for="lazr.restful.interfaces.IEntryField