actionpack / kales.actionpack / ApplicationController / redirectTo

redirectTo

fun redirectTo(action: KFunction<*>): RedirectResult

Redirects to the action specified by the action function parameter. The redirection is purely server-side, there is no round-trip to the client browser and it's seen strictly as a single request from the client's perspective.