summaryrefslogtreecommitdiff
path: root/docs/narr/introspector.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-18 08:39:33 -0500
committerChris McDonough <chrism@plope.com>2012-02-18 08:39:33 -0500
commite0551cd9e73a20f2180fecb1134e07d5ebb90c68 (patch)
treec763420ef16c6e3f73003fc399494ee404bf1f93 /docs/narr/introspector.rst
parent20ecd354ab99eb0dec5617115f4288ec9262270c (diff)
downloadpyramid-e0551cd9e73a20f2180fecb1134e07d5ebb90c68.tar.gz
pyramid-e0551cd9e73a20f2180fecb1134e07d5ebb90c68.tar.bz2
pyramid-e0551cd9e73a20f2180fecb1134e07d5ebb90c68.zip
move add_traverser and add_resource_url_adapter to adapters
Diffstat (limited to 'docs/narr/introspector.rst')
-rw-r--r--docs/narr/introspector.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/narr/introspector.rst b/docs/narr/introspector.rst
index 08cc430f6..d465c47d9 100644
--- a/docs/narr/introspector.rst
+++ b/docs/narr/introspector.rst
@@ -540,10 +540,30 @@ introspectables in categories not described here.
The (resolved) interface or class object that represents the return value
of a root factory that this traverser will be used for.
- ``factory``
+ ``adapter``
The (resolved) traverser class.
+``resource url adapters``
+
+ Each introspectable in the ``resource url adapters`` category represents a
+ call to :meth:`pyramid.config.Configurator.add_resource_url_adapter`; each
+ will have the following data.
+
+ ``adapter``
+
+ The (resolved) resource URL adapter class.
+
+ ``resource_iface``
+
+ The (resolved) interface or class object that represents the resource
+ interface that this url adapter is registered for.
+
+ ``request_iface``
+
+ The (resolved) interface or class object that represents the request
+ interface that this url adapter is registered for.
+
Introspection in the Toolbar
----------------------------