From 54b5b503695205f9c0f7acd6b59731a3a6493680 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sat, 15 Jan 2011 21:52:25 -0700 Subject: break out handlers into their own chapt once more --- docs/narr/views.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/narr/views.rst') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index e8cf2f83c..4a54a6b16 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -133,6 +133,11 @@ method expected to return a response, you can either: - treat the class as a :term:`view handler` by using it as the ``handler=`` argument of a call to :meth:`pyramid.config.Configurator.add_handler`. +.. note:: + You can also create :term:`view handler` classes that define + multiple view callables similar to "controllers" in Pylons 1.0. See + the :ref:`handlers_chapter` chapter for details. + .. index:: single: view calling convention -- cgit v1.2.3