summaryrefslogtreecommitdiff
path: root/docs/api/interfaces.rst
blob: 2bf55474ecd4a2c8eb3c4ed441ab3eec0a9f9eaf (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
.. _interfaces_module:

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

.. automodule:: pyramid.interfaces

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

  .. autointerface:: IApplicationCreated

  .. autointerface:: INewRequest

  .. autointerface:: IContextFound

  .. autointerface:: INewResponse

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

  .. autointerface:: IExceptionResponse

  .. autointerface:: IRoute

  .. autointerface:: IRoutePregenerator

  .. autointerface:: ISession

  .. autointerface:: ISessionFactory