trait ControllerComponents extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ControllerComponents
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def actionBuilder: [, AnyContent]
- abstract def executionContext: ExecutionContext
- abstract def fileMimeTypes: FileMimeTypes
- abstract def langs: Langs
- abstract def messagesApi: MessagesApi
- abstract def parsers: PlayBodyParsers
The base controller components dependencies that most controllers rely on.