summaryrefslogtreecommitdiff
path: root/docs/api/configuration.rst
blob: aec43178ac2710961901d1e71223f201b2767bbd (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
.. _configuration_module:

:mod:`repoze.bfg.configuration`
-------------------------------

.. automodule:: repoze.bfg.configuration

  .. autoclass:: Configurator

     .. automethod:: route

     .. automethod:: view

     .. automethod:: authentication_policy(policy)

     .. automethod:: authorization_policy(policy)

     .. automethod:: forbidden(view=None, attr=None, renderer=None, wrapper=None)

     .. automethod:: notfound(view=None, attr=None, renderer=None, wrapper=None)

     .. automethod:: renderer(factory, name)

     .. automethod:: resource(to_override, override_with)

     .. automethod:: root_factory(factory)

     .. automethod:: scan(package)

     .. automethod:: settings

     .. automethod:: static(name, path, cache_max_age=3600)

     .. automethod:: load_zcml(spec)

     .. automethod:: make_wsgi_app()