doc/book/en/devweb/resource.rst
branchstable
changeset 7529 2fdc310be7cd
child 7632 3c9dfc6e820b
equal deleted inserted replaced
7528:11659cbe5eea 7529:2fdc310be7cd
       
     1 Locate resources
       
     2 ----------------
       
     3 
       
     4 .. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_resource
       
     5 .. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_doc_file
       
     6 .. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_all_files
       
     7 
       
     8 Static files handling
       
     9 ---------------------
       
    10 
       
    11 .. automethod:: cubicweb.web.webconfig.WebConfiguration.static_directory
       
    12 .. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_exists
       
    13 .. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_open
       
    14 .. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_add
       
    15 .. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_del
       
    16