ad_page_contract_filter_proc (public)

 ad_page_contract_filter_proc filter

Defined in packages/acs-tcl/tcl/tcl-documentation-procs.tcl

Returns the proc that executes the given ad_page_contract filter.

Parameters:
filter
Author:
Lars Pind <lars@pinds.com>
Created:
25 July 2000

Partial Call Graph (max 5 caller/called nodes):
%3 test_aa_page_contract_filters aa_page_contract_filters (test acs-automated-testing) ad_page_contract_filter_proc ad_page_contract_filter_proc test_aa_page_contract_filters->ad_page_contract_filter_proc test_ad_page_contract_filters ad_page_contract_filters (test acs-tcl) test_ad_page_contract_filters->ad_page_contract_filter_proc ad_page_contract ad_page_contract (public) ad_page_contract->ad_page_contract_filter_proc ad_page_contract_filter_invoke ad_page_contract_filter_invoke (public) ad_page_contract_filter_invoke->ad_page_contract_filter_proc

Testcases:
aa_page_contract_filters, ad_page_contract_filters
Source code:
    #
    # No need to go to the nsv causing mutex locks; note that the
    # name of the filter-procs is more or less hardcoded in the
    # doc-strings above.
    #
    return ad_page_contract_filter_proc_$filter
    #return [lindex [nsv_get ad_page_contract_filters $filter] 1]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: