RouteConfigManager

Constructors

this
this(ApplicationConfig appConfig)
Undocumented in source.

Members

Functions

allRoutes
RouteItem[][RouteGroup] allRoutes()
Undocumented in source. Be warned that the author may not have intended to support it.
basePath
string basePath()
Undocumented in source. Be warned that the author may not have intended to support it.
basePath
RouteConfigManager basePath(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
createUrl
string createUrl(string actionId, string[string] params, string groupName)
Undocumented in source. Be warned that the author may not have intended to support it.
get
RouteItem get(string actionId)
Undocumented in source. Be warned that the author may not have intended to support it.
get
RouteItem get(string group, string actionId)
Undocumented in source. Be warned that the author may not have intended to support it.
getRoute
ActionRouteItem getRoute(string group, string actionId)
Undocumented in source. Be warned that the author may not have intended to support it.
getRoute
ActionRouteItem getRoute(string groupName, string method, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
group
RouteGroup group(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
withMiddleware
void withMiddleware()
Undocumented in source. Be warned that the author may not have intended to support it.
withMiddleware
void withMiddleware(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
withoutMiddleware
void withoutMiddleware()
Undocumented in source. Be warned that the author may not have intended to support it.
withoutMiddleware
void withoutMiddleware(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

buildUriQueryString
string buildUriQueryString(string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.
load
RouteItem[] load(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
mendPath
string mendPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
parseOne
RouteItem parseOne(string line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta