director
mount Method
Inserts the partial Routing Table, routes, into the Routing Table for this Router instance at the specified path.
Syntax
var instance; // Type: Router; 
instance.mount(routes, path); 
function mount( 
   routes : Object, 
   path : String 
) : void;

Parameters

routes
Partial routing table to insert into this instance.
path
Path within the Routing Table to insert the routes into.
Browser Compatibility
8
5
5
See Also

Reference

Router type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.