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
Members list
In this article