From e8edd5ff7157c9a11b6478702c1e45bb46f11344 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 9 Dec 2010 04:04:39 -0500 Subject: - Add a ``handler`` ZCML directive. This directive does the same thing as ``pyramid.configuration.add_handler``. --- docs/narr/handlers.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/narr/handlers.rst') diff --git a/docs/narr/handlers.rst b/docs/narr/handlers.rst index 49dd73f7f..9a5267b2a 100644 --- a/docs/narr/handlers.rst +++ b/docs/narr/handlers.rst @@ -86,6 +86,12 @@ This will result one of the methods that are configured for the ``action`` of handler class not named 'index' might be called if they were configured to be called when the ``action`` name is 'index' as will be seen below. +.. note:: + + Handler configuration may also be added to the system via :term:`ZCML` (see + :ref:`zcml_handler_configuration`). + +.. _using_add_handler: Using :meth:`~pyramid.config.Configurator.add_handler` ------------------------------------------------------------- -- cgit v1.2.3