director
dispatch Method
Dispatches the route handlers matched within the Routing Table for this instance for the specified method and path.
Syntax
var instance; // Type: Router; 
var value; // Type: Boolean 
value = instance.dispatch(method, path, callback); 
function dispatch( 
   method : String, 
   path : String, 
   callback : Any 
) : Boolean;

Parameters

method
Method to invoke handlers for within the Routing Table
path
Path within the Routing Table to match
callback
Invoked once all route handlers have been called.
Browser Compatibility
8
5
5
See Also

Reference

Router type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.