All Types

kales.actionview.ActionPartialView
kales.actionview.ActionResult

Represents the outcome of executing a Kales Controller action

kales.actionview.ActionView
kales.actionview.ApplicationLayout
kotlinx.html.FlowContent (extensions in package kales.actionview)
kales.actionview.KalesFormMethod

This enum mirrors FormMethod but without the deprecated annotations for put/delete/patch

kales.actionview.RedirectResult

Represents the result of executing a ApplicationController action when a redirect to a new action was requested. The name of the new action is represented by newActionName.

kales.actionview.RenderViewResult

Represents the result of executing a ApplicationController action when a ActionView view should be rendered. The name of the action executed is represented by actionName.

kales.actionview.ViewModel