t

play.core.j

JavaHandlerComponents

trait JavaHandlerComponents extends AnyRef

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

Abstract Value Members

  1. abstract def actionCreator: ActionCreator
  2. abstract def executionContext: ExecutionContext
  3. abstract def getAction[A <: Action[_]](actionClass: Class[A]): A
  4. abstract def getBodyParser[A <: BodyParser[_]](parserClass: Class[A]): A
  5. abstract def httpConfiguration: HttpConfiguration
  6. abstract def contextComponents: JavaContextComponents
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) Use the corresponding methods that provide MessagesApi, Langs, FileMimeTypes or HttpConfiguration