actionview / kales.actionview / RenderViewResult

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.

Constructors

<init>

RenderViewResult(view: ActionView<*>?, actionName: String)

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.

Properties

actionName

val actionName: String

view

val view: ActionView<*>?