summaryrefslogtreecommitdiff
path: root/docs/api/interfaces.rst
blob: 3ce926230d483eaaaa1dedaef3fcb6aa214ce858 (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
38
39
40
41
.. _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

  .. autointerface:: IViewMapperFactory

  .. autointerface:: IViewMapper