Packages

t

play.api.mvc

ControllerComponents

trait ControllerComponents extends AnyRef

The base controller components dependencies that most controllers rely on.

Source
Controller.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ControllerComponents
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def actionBuilder: ActionBuilder[Request, AnyContent]
  2. abstract def executionContext: ExecutionContext
  3. abstract def fileMimeTypes: FileMimeTypes
  4. abstract def langs: Langs
  5. abstract def messagesApi: MessagesApi
  6. abstract def parsers: PlayBodyParsers