Renderable

interface Renderable

Inheritors

Functions

Link copied to clipboard
abstract fun buildUri(vararg routeParams: String): String

Builds a uri with the given routeParams

abstract fun buildUri(routeParams: Map<String, String>, queryParams: Map<String, String>): String

Builds a uri with the given routeParams and queryParams