Trait

play.components

BodyParserComponents

Related Doc: package components

Permalink

trait BodyParserComponents extends HttpErrorHandlerComponents with HttpConfigurationComponents with AkkaComponents with TemporaryFileComponents

Linear Supertypes
Known Subclasses
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

    Permalink
    Definition Classes
    AkkaComponents
  2. abstract def coordinatedShutdown(): CoordinatedShutdown

    Permalink
    Definition Classes
    AkkaComponents
  3. abstract def httpConfiguration(): HttpConfiguration

    Permalink
    Definition Classes
    HttpConfigurationComponents
  4. abstract def httpErrorHandler(): HttpErrorHandler

    Permalink
    Definition Classes
    HttpErrorHandlerComponents
  5. abstract def javaContextComponents(): JavaContextComponents

    Permalink
    Definition Classes
    HttpErrorHandlerComponents
  6. abstract def tempFileCreator(): TemporaryFileCreator

    Permalink
    Definition Classes
    TemporaryFileComponents

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def anyContentBodyParser(): AnyContent

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bytesBodyParser(): Bytes

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def defaultBodyParser(): Default

    Permalink
  9. def defaultScalaBodyParser(): BodyParser[AnyContent]

    Permalink
  10. def emptyBodyParser(): Empty

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def executionContext(): ExecutionContext

    Permalink
    Definition Classes
    AkkaComponents
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formUrlEncodedBodyParser(): FormUrlEncoded

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def jsonBodyParser(): Json

    Permalink
  20. def materializer(): Materializer

    Permalink
    Definition Classes
    AkkaComponents
  21. def multipartFormDataBodyParser(): MultipartFormData

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def rawBodyParser(): Raw

    Permalink
  26. def scalaBodyParsers(): PlayBodyParsers

    Permalink
  27. def scalaHttpErrorHandler(): HttpErrorHandler

    Permalink
    Definition Classes
    HttpErrorHandlerComponents
  28. def sessionConfiguration(): SessionConfiguration

    Permalink
    Definition Classes
    HttpConfigurationComponents
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def textBodyParser(): Text

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def tolerantJsonBodyParser(): TolerantJson

    Permalink
  33. def tolerantTextBodyParser(): TolerantText

    Permalink
  34. def tolerantXmlBodyParser(): TolerantXml

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def xmlBodyParser(): Xml

    Permalink

Inherited from TemporaryFileComponents

Inherited from AkkaComponents

Inherited from AnyRef

Inherited from Any

Ungrouped