Creates a new base controller.
Alias for the action entry.
Alias for the method entry.
Gets a value from the passed data.
Will handle the controller.
Maps an action to a http method by a name.
Maps an action to a http method by a name.
Maps an action to a http method by a name.
Maps a default action for the controller.
Maps a default action for the controller.
Maps a default action for the controller.
Maps a mandatory action for the controller.
Maps a mandatory action for the controller.
Maps a mandatory action for the controller.
Maps a no-action for the controller.
Maps a no-action for the controller.
Maps a no-action for the controller.
Maps a value that was passed to the route in a RESTful manner.
Valiates a route and the passed source data to it.
Gets a boolean determnining whether the request is a test or not.
Collection of actions.
Data passed by the request in a RESTful manner.
The default action for the controller.
The mandatory action for the controller.
The no-action handler for the controller.
Wrapper for a base controller.