template::get_mime_template_extension (public)
template::get_mime_template_extension mime_type
Defined in packages/acs-templating/tcl/mime-procs.tcl
- Parameters:
- mime_type (required)
- Returns:
- the template extension associated with mime_type (default "adp")
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if { [nsv_exists template_extension $mime_type] } { return [nsv_get template_extension $mime_type] } else { return "adp" }XQL Not present: Generic, PostgreSQL, Oracle