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

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

.. automodule:: repoze.bfg.configuration

  .. autoclass:: Configurator(registry=None, package=None, settings=None, root_factory=None, zcml_file=None, authentication_policy=None, authorization_policy=None, renderers=DEFAULT_RENDERERS)

     .. automethod:: add_route

     .. automethod:: add_view

     .. automethod:: add_renderer(name, factory)

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

     .. automethod:: load_zcml(spec)

     .. automethod:: make_wsgi_app()

     .. automethod:: override_resource(to_override, override_with)

     .. automethod:: scan(package)

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

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

     .. automethod:: set_security_policies