actionview / kales.actionview

Package kales.actionview

Types

ActionPartialView

abstract class ActionPartialView<T : ViewModel> : Placeholder<FlowContent>

ActionResult

sealed class ActionResult

Represents the outcome of executing a Kales Controller action

ActionView

abstract class ActionView<T : ViewModel>

ApplicationLayout

abstract class ApplicationLayout : Template<HTML>

KalesFormMethod

enum class KalesFormMethod

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

RedirectResult

data class RedirectResult : ActionResult

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.

RenderViewResult

data class RenderViewResult : ActionResult

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.

ViewModel

interface ViewModel

Extensions for External Classes

kotlinx.html.FlowContent

Properties

proxiedFormMethods

val proxiedFormMethods: Set<KalesFormMethod>