This route class will transparently inflect the controller, action and plugin routing parameters, so that requesting `/my-plugin/my-controller/my-action` is parsed as `["plugin": "MyPlugin", "controller": "MyController", "action": "myAction"]`
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string match(Json[string] url, Json[string] context = null) | ||||
Json[string] | Json[string] parse(string urlToParse, string httpMethod = null) | ||||
Json[string] | Json[string] _dasherize(Json[string] urlKeys) | ||||
string | string _camelizePlugin(string pluginName) |