diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
RouteEntry
diamond
http
routing
A route entry.
package
static if
(
isWeb
)
class
RouteEntry {
RouteMode
mode
;
string
[]
routes
;
this
(RouteMode mode, string[] routes);
}
Constructors
this
this
(RouteMode mode, string[] routes)
Creates a new route entry.
Members
Variables
mode
RouteMode
mode
;
The mode of the route.
routes
string
[]
routes
;
The routes.
Meta
Source
See Implementation
diamond
http
routing
classes
Route
RouteEntry
Routes
enums
RouteMode
SpecializedRouteType
functions
addSpecializedRoute
addViewRoute
getViewNameFromRoute
handleRoute
handleSpecializedRoute
properties
hasRoutes
hasSpecializedRoutes
A route entry.