Creates a new controller.
Gets a value from the route's parameters by index.
Handles the current controller action.
Generates a json response.
Generates a json response from a json string.
Redirects the response to a specific url.
Gets the client.
Gets the http method.
Gets the route.
Data passed by the request in a RESTful manner.
Valiates a route and the passed source data to it.
Maps a value that was passed to the route in a RESTful manner.
Alias for the action entry.
Alias for the method entry.
Collection of actions.
The default action for the controller.
The mandatory action for the controller.
The no-action handler for the controller.
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.
Gets a value from the passed data.
Gets a boolean determnining whether the request is a test or not.
Wrapper around a controller.