controller.actions

Type members

Classlikes

trait Action[+T](val actionParameter: Option[T])

Defines a user-executable action

Defines a user-executable action

Type parameters:
T

the type of the parameter associated with the action

Value parameters:
actionParameter

an optional parameter associated with the action

abstract class ParameterlessAction extends Action[Nothing]

Defines a user-executable action that never has any additional parameters

Defines a user-executable action that never has any additional parameters