Description

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"]`

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
stringstring 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)
stringstring _camelizePlugin(string pluginName)