subsite::after_mount (private)

 subsite::after_mount -package_id package_id -node_id node_id

Defined in packages/acs-subsite/tcl/apm-callback-procs.tcl

This is the Tcl proc that is called automatically by the APM whenever a new instance of the subsites application is mounted.

Switches:
-package_id
(required)
-node_id
(required)
Author:
Don Baccus <dhogaza@pacifier.com>
Created:
2003-03-05

Partial Call Graph (max 5 caller/called nodes):
%3 subsite::default::create_app_group subsite::default::create_app_group (public) subsite::get_theme subsite::get_theme (public) subsite::set_theme subsite::set_theme (public) subsite::after_mount subsite::after_mount subsite::after_mount->subsite::default::create_app_group subsite::after_mount->subsite::get_theme subsite::after_mount->subsite::set_theme

Testcases:
No testcase defined.
Source code:
    subsite::default::create_app_group -package_id $package_id

    #
    # Set the theme-related parameters into the subsite
    #
    subsite::set_theme  -subsite_id $package_id  -theme [subsite::get_theme -subsite_id $package_id]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-subsite/tcl/apm-callback-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: