ActionCompositionConfiguration

play.api.http.ActionCompositionConfiguration
case class ActionCompositionConfiguration(controllerAnnotationsFirst: Boolean, executeActionCreatorActionFirst: Boolean, includeWebSocketActions: Boolean)

Configuration for action composition.

Value parameters

controllerAnnotationsFirst

If annotations put on controllers should be executed before the ones put on actions.

executeActionCreatorActionFirst

If the action returned by the action creator should be executed before the action composition ones.

includeWebSocketActions

If WebSocket actions should be included in action composition.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product