Creates an instance of the mojo.controller.Request class.
constructor: function( paramsObj, callerObj, eventObj, commandName, controllerObj, invocation )
Returns the object containing the set of parameter properties and values to be used by a Command.
getParams: function()
Returns the caller object that triggered the request.
getCaller: function()
Returns the DOM context of the Controller which fired the request.
getContextElement: function()
Returns the DOM event object triggered, if applicable.
getEvent: function()
Returns the name of the Command that the request is being passed in to.
getCommandName: function()
Returns the Controller which fired the request.
getController: function()
Returns the name of the Controller which fired the request.
getControllerName: function()
Returns the invocation object, which wraps an intercepted Command object.
getInvocation: function()