t

play.components

BodyParserComponents

trait BodyParserComponents extends HttpErrorHandlerComponents with HttpConfigurationComponents with AkkaComponents with TemporaryFileComponents

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BodyParserComponents
  2. TemporaryFileComponents
  3. AkkaComponents
  4. HttpConfigurationComponents
  5. HttpErrorHandlerComponents
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def actorSystem(): ActorSystem
    Definition Classes
    AkkaComponents
  2. abstract def httpConfiguration(): HttpConfiguration
    Definition Classes
    HttpConfigurationComponents
  3. abstract def httpErrorHandler(): HttpErrorHandler
    Definition Classes
    HttpErrorHandlerComponents
  4. abstract def javaContextComponents(): JavaContextComponents
    Definition Classes
    HttpErrorHandlerComponents
  5. abstract def tempFileCreator(): TemporaryFileCreator
    Definition Classes
    TemporaryFileComponents

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def anyContentBodyParser(): AnyContent
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bytesBodyParser(): Bytes
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def defaultBodyParser(): Default
  9. def defaultScalaBodyParser(): BodyParser[AnyContent]
  10. def emptyBodyParser(): Empty
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def executionContext(): ExecutionContext
    Definition Classes
    AkkaComponents
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formUrlEncodedBodyParser(): FormUrlEncoded
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def jsonBodyParser(): Json
  20. def materializer(): Materializer
    Definition Classes
    AkkaComponents
  21. def multipartFormDataBodyParser(): MultipartFormData
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def rawBodyParser(): Raw
  26. def scalaBodyParsers(): PlayBodyParsers
  27. def scalaHttpErrorHandler(): HttpErrorHandler
    Definition Classes
    HttpErrorHandlerComponents
  28. def sessionConfiguration(): SessionConfiguration
    Definition Classes
    HttpConfigurationComponents
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def textBodyParser(): Text
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def tolerantJsonBodyParser(): TolerantJson
  33. def tolerantTextBodyParser(): TolerantText
  34. def tolerantXmlBodyParser(): TolerantXml
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. def xmlBodyParser(): Xml

Inherited from TemporaryFileComponents

Inherited from AkkaComponents

Inherited from AnyRef

Inherited from Any

Ungrouped