Trait

play.components

BodyParserComponents

Related Doc: package components

Permalink

trait BodyParserComponents extends HttpErrorHandlerComponents with HttpConfigurationComponents with AkkaComponents with TemporaryFileComponents

Linear Supertypes
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 httpConfiguration(): HttpConfiguration

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

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

    Permalink
    Definition Classes
    HttpErrorHandlerComponents
  5. 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 anyContentParser(): AnyContent

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
  7. def clone(): AnyRef

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

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

    Permalink
  10. def emptyParser(): 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 formUrlEncodedParser(): 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 jsonParser(): Json

    Permalink
  20. def materializer(): Materializer

    Permalink
    Definition Classes
    AkkaComponents
  21. def multipartFormDataParser(): 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 rawParser(): Raw

    Permalink
  26. def scalaHttpErrorHandler(): HttpErrorHandler

    Permalink
    Definition Classes
    HttpErrorHandlerComponents
  27. def scalaParsers(): PlayBodyParsers

    Permalink
  28. def sessionConfiguration(): SessionConfiguration

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

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

    Permalink
  31. def toString(): String

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

    Permalink
  33. def tolerantTextParser(): TolerantText

    Permalink
  34. def tolerantXmlParser(): 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 xmlParser(): Xml

    Permalink

Inherited from TemporaryFileComponents

Inherited from AkkaComponents

Inherited from AnyRef

Inherited from Any

Ungrouped