ad_register_proc (public)

 ad_register_proc [ -sitewide ] [ -debug debug ] \
    [ -noinherit noinherit ] [ -description description ] method path \
    proc [ arg ]

Defined in packages/acs-tcl/tcl/request-processor-procs.tcl

Registers a procedure (see ns_register_proc for syntax). Use a method of "*" to register GET, POST, and HEAD filters. If debug is set to "t", all invocations of the procedure will be logged in the server log.

Switches:
-sitewide
(boolean) (optional)
specifies that the filter should be applied on a sitewide (not subsite-by-subsite basis).
-debug
(defaults to "f") (optional)
-noinherit
(defaults to "f") (optional)
-description
(optional)
Parameters:
method
path
proc
arg (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 test_test_ad_register_proc test_ad_register_proc (test acs-tcl) ad_register_proc ad_register_proc test_test_ad_register_proc->ad_register_proc request_processor::test::require_registered_procs request_processor::test::require_registered_procs (private) request_processor::test::require_registered_procs->ad_register_proc

Testcases:
test_ad_register_proc
[ show source ]
Show another procedure: