From 49eccc078d13e1b6104f201f7e11ac31d8e024cf Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 8 Sep 2010 04:43:05 +0000 Subject: - Add an API to the ``Configurator`` named ``get_routes_mapper``. This returns an object implementing the ``IRoutesMapper`` interface. --- docs/glossary.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index ce0d57111..81f5cb797 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -528,6 +528,10 @@ Glossary current request, the next route (in definition order) is attempted. + routes mapper + An object which compares path information from a request to an + ordered set of route patterns. See :ref:`urldispatch_chapter`. + predicate A test which returns ``True`` or ``False``. Two different types of predicates exist in :mod:`repoze.bfg`: a :term:`view predicate` -- cgit v1.2.3