Returns the mojo.controller.Request object passed into the Rule.
getRequest: function()
Abstract function that must be implemented in a concrete Rule class.
execute: function( requestObj )
Abstract function that must be implemented in a concrete Rule class.
condition: function( requestObj )