PathSegmentTailcardRouteSelector
data class PathSegmentTailcardRouteSelector(name: String, prefix: String) : RouteSelector
Content copied to clipboard
Evaluates a route against any number of trailing path segments, and captures their values
Parameters
name
is the name of the parameter to capture values to
Constructors
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
fun PathSegmentTailcardRouteSelector(name: String = "", prefix: String = "")
Content copied to clipboard
Functions
Link copied to clipboard
open override fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation
Content copied to clipboard
Evaluates this selector against context and a path segment at segmentIndex