summaryrefslogtreecommitdiff
path: root/docs/api/interfaces.rst
blob: b3c14e5f7e99eddf216bf2ec4503aa46aa3dd50d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. _interfaces_module:

:mod:`pyramid.interfaces`
----------------------------

.. automodule:: pyramid.interfaces

Event-Related Interfaces
++++++++++++++++++++++++

  .. autointerface:: IApplicationCreated

  .. autointerface:: INewRequest

  .. autointerface:: IContextFound

  .. autointerface:: INewResponse

  .. autointerface:: IBeforeRender

Other Interfaces
++++++++++++++++

  .. autointerface:: IExceptionResponse

  .. autointerface:: IRoute

  .. autointerface:: IRoutePregenerator

  .. autointerface:: ISession

  .. autointerface:: ISessionFactory

  .. autointerface:: IRendererInfo

  .. autointerface:: ITemplateRenderer