doc/book/en/devweb/resource.rst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 27 Feb 2012 11:50:04 +0100
changeset 8271 3bd9b317b1d8
parent 7632 3c9dfc6e820b
permissions -rw-r--r--
[req, doc] add some documentation of CubicWebRequestBase attributes

.. _resources:

Locate resources
----------------

.. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_resource
.. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_doc_file
.. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_all_files

Static files handling
---------------------

.. autoattribute:: cubicweb.web.webconfig.WebConfiguration.static_directory
.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_exists
.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_open
.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_add
.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_del