From 2f980d55c9fd8e74696f6aa0ef6e23ef1e697776 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 2 Nov 2010 16:04:34 -0400 Subject: tweak handlers chapter --- docs/glossary.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/glossary.rst') 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 `_ 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`. -- cgit v1.2.3