summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2010-11-02 13:06:18 -0700
committerBen Bangert <ben@groovie.org>2010-11-02 13:06:18 -0700
commit2c4f49ab206e5f352836aecdbcc3b73d21c69727 (patch)
treefdddfe5aed3e951e32c50d723ae5bd7129e8fdd2 /docs/glossary.rst
parent9c904b249dbc45f13834c203b6d54b4ce88c1a16 (diff)
parent2f980d55c9fd8e74696f6aa0ef6e23ef1e697776 (diff)
downloadpyramid-2c4f49ab206e5f352836aecdbcc3b73d21c69727.tar.gz
pyramid-2c4f49ab206e5f352836aecdbcc3b73d21c69727.tar.bz2
pyramid-2c4f49ab206e5f352836aecdbcc3b73d21c69727.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index c9d37101d..a20213459 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -819,3 +819,10 @@ Glossary
`Mako <http://www.makotemplates.org/>`_ is a template language language
which refines the familiar ideas of componentized layout and inheritance
using Python with Python scoping and calling semantics.
+
+ View handler
+ A view handler ties together
+ :meth:`pyramid.configuration.Configurator.add_route` and
+ :meth:`pyramid.configuration.Configurator.add_view` to make it more
+ convenient to register a collection of views as a single class when
+ using :term:`url dispatch`. See also :ref:`handlers_chapter`.