doc/book/en/devweb/resource.rst
author Aurelien Campeas <aurelien.campeas@pythonian.fr>
Wed, 15 Apr 2015 22:48:20 +0200
changeset 10396 33e44293b0eb
parent 8271 3bd9b317b1d8
permissions -rw-r--r--
[entities] fix dc_title output for bool(value) == False Closes #5194853.

.. _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