class RootRouteSelector : RouteSelector
The selector for routing root.
RootRouteSelector(rootPath: String = "")
The selector for routing root. |
val quality: Double
indicates how good this selector is compared to siblings |
fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation
Evaluates this selector against context and a path segment at segmentIndex |
|
fun toString(): String |