Route Base
abstract class RouteBase(val pattern: String, numParams: Int) : Route, Route.Renderable
Content copied to clipboard
A parameterized route with one route parameter
Constructors
Types
Functions
Link copied to clipboard
Builds a uri with the given routeParams
open override fun buildUri(routeParams: Map<String, String>, queryParams: Map<String, String>): String
Content copied to clipboard
Builds a uri with the given routeParams and queryParams