template::reset_request_vars (private)

 template::reset_request_vars

Defined in packages/acs-templating/tcl/head-procs.tcl

Resets all global data structures used to manage the head section of the returned document. This should be called at the beginning of any request handled by the templating system.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    #ns_log notice "----- template::reset_request_vars [ad_conn url]"
    array unset ::template::head::scripts
    array unset ::template::head::links
    array unset ::template::head::metas
    array unset ::template::body_handlers

    set ::template::body_scripts {}
    set ::template::headers {}
    set ::template::footers {}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: