abstract class ApplicationController
ApplicationController(call: ApplicationCall) |
var bindings: ViewModel? |
|
val call: ApplicationCall |
suspend fun receiveParameters(): Parameters
RoutingApplicationCall wraps another (inner) call (our Kales call), so we need to unwrap it
and cast it to KalesApplicationCall in order to benefit from the memoized |
|
fun redirectTo(action: KFunction<*>): RedirectResult
Redirects to the action specified by the |