Creates an instance of the mojo.controller.Map class.
constructor: function()
Retrieves the JSON sitemap associated with the application.
getSiteMap: function()
Sets the JSON sitemap for the application.
setSiteMap: function( siteMapObj )
Traverses the associated SiteMap configuration, and maps Controllers to pages and/or DOM elements.
mapControllers: function( mapContextObj )
Initializes a controller, and associates it with a specified context.
mapController: function( controllerName, contextElementObj, controllerParams )
Static function.
mojo.controller.Map.getInstance = function()