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. Protected

Abstract Value Members

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

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def executionContext(): ExecutionContext
    Definition Classes
    AkkaComponents
  14. def formUrlEncodedBodyParser(): FormUrlEncoded
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def jsonBodyParser(): Json
  19. def materializer(): Materializer
    Definition Classes
    AkkaComponents
  20. def multipartFormDataBodyParser(): MultipartFormData
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. def rawBodyParser(): Raw
  25. def scalaBodyParsers(): PlayBodyParsers
  26. def scalaHttpErrorHandler(): HttpErrorHandler
    Definition Classes
    HttpErrorHandlerComponents
  27. def sessionConfiguration(): SessionConfiguration
    Definition Classes
    HttpConfigurationComponents
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def textBodyParser(): Text
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def tolerantJsonBodyParser(): TolerantJson
  32. def tolerantTextBodyParser(): TolerantText
  33. def tolerantXmlBodyParser(): TolerantXml
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. def xmlBodyParser(): Xml

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AkkaComponents

Inherited from AnyRef

Inherited from Any

Ungrouped