t

play.core.j

JavaHandlerComponents

trait JavaHandlerComponents extends AnyRef

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

Abstract Value Members

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