From 3553c62d4ecf9db69f74b803c8401c53fd3451ba Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 19 Oct 2009 04:49:00 +0000 Subject: Better disambiguation of predicate vs. non-predicate attributes. --- 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 08040e5c4..88ef7bd97 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -432,4 +432,11 @@ Glossary module developed by Graham Dumpleton. It allows :term:`WSGI` applications (such as applications developed using :mod:`repoze.bfg`) to be served using the Apache web server. + Predicate + An attribute of a ZCML ``view`` directive or an argument to a + ``bfg_view`` decorator which implies a value which evaluates to + true or false for a given :term:`request`. All predicates + attached to a view configuration must evaluate to true for the + associated view to be considered as a possible callable for a + given request. -- cgit v1.2.3