Packages

t

play

BuiltInComponents

trait BuiltInComponents extends AkkaComponents with ApplicationComponents with BaseComponents with BodyParserComponents with ConfigurationComponents with CryptoComponents with FileMimeTypesComponents with HttpComponents with HttpErrorHandlerComponents with I18nComponents with TemporaryFileComponents

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuiltInComponents
  2. I18nComponents
  3. HttpComponents
  4. FileMimeTypesComponents
  5. CryptoComponents
  6. BodyParserComponents
  7. TemporaryFileComponents
  8. HttpConfigurationComponents
  9. HttpErrorHandlerComponents
  10. BaseComponents
  11. ConfigurationComponents
  12. ApplicationComponents
  13. AkkaComponents
  14. AnyRef
  15. 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 application(): Application
    Definition Classes
    ApplicationComponents
  3. abstract def applicationLifecycle(): ApplicationLifecycle
    Definition Classes
    BaseComponents
  4. abstract def config(): Config
    Definition Classes
    ConfigurationComponents
  5. abstract def cookieSigner(): CookieSigner
    Definition Classes
    CryptoComponents
  6. abstract def csrfTokenSigner(): CSRFTokenSigner
    Definition Classes
    CryptoComponents
  7. abstract def environment(): Environment
    Definition Classes
    BaseComponents
  8. abstract def fileMimeTypes(): FileMimeTypes
    Definition Classes
    FileMimeTypesComponents
  9. abstract def httpErrorHandler(): HttpErrorHandler
    Definition Classes
    HttpErrorHandlerComponents
  10. abstract def httpFilters(): List[EssentialFilter]
    Definition Classes
    HttpComponents
  11. abstract def httpRequestHandler(): HttpRequestHandler
    Definition Classes
    HttpComponents
  12. abstract def javaHandlerComponents(): JavaHandlerComponents
    Definition Classes
    HttpComponents
  13. abstract def langs(): Langs
    Definition Classes
    I18nComponents
  14. abstract def router(): Router
    Definition Classes
    BaseComponents
  15. abstract def sourceMapper(): Optional[SourceMapper]
    Definition Classes
    BaseComponents
  16. 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 actionCreator(): ActionCreator
    Definition Classes
    BuiltInComponentsHttpComponents
  5. def anyContentBodyParser(): AnyContent
    Definition Classes
    BodyParserComponents
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bytesBodyParser(): Bytes
    Definition Classes
    BodyParserComponents
  8. def clock(): Clock
    Definition Classes
    CryptoComponents
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def configuration(): api.Configuration
    Definition Classes
    ConfigurationComponents
  11. def defaultBodyParser(): Default
    Definition Classes
    BodyParserComponents
  12. def defaultScalaBodyParser(): BodyParser[AnyContent]
    Definition Classes
    BodyParserComponents
  13. def emptyBodyParser(): Empty
    Definition Classes
    BodyParserComponents
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def executionContext(): ExecutionContext
    Definition Classes
    AkkaComponents
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formUrlEncodedBodyParser(): FormUrlEncoded
    Definition Classes
    BodyParserComponents
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def httpConfiguration(): HttpConfiguration
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def javaContextComponents(): JavaContextComponents
  24. def jsonBodyParser(): Json
    Definition Classes
    BodyParserComponents
  25. def materializer(): Materializer
    Definition Classes
    AkkaComponents
  26. def messagesApi(): MessagesApi
    Definition Classes
    BuiltInComponentsI18nComponents
  27. def multipartFormDataBodyParser(): MultipartFormData
    Definition Classes
    BodyParserComponents
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def rawBodyParser(): Raw
    Definition Classes
    BodyParserComponents
  32. def scalaBodyParsers(): PlayBodyParsers
    Definition Classes
    BodyParserComponents
  33. def scalaHttpErrorHandler(): HttpErrorHandler
    Definition Classes
    HttpErrorHandlerComponents
  34. def sessionConfiguration(): SessionConfiguration
    Definition Classes
    HttpConfigurationComponents
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def textBodyParser(): Text
    Definition Classes
    BodyParserComponents
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def tolerantJsonBodyParser(): TolerantJson
    Definition Classes
    BodyParserComponents
  39. def tolerantTextBodyParser(): TolerantText
    Definition Classes
    BodyParserComponents
  40. def tolerantXmlBodyParser(): TolerantXml
    Definition Classes
    BodyParserComponents
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. def xmlBodyParser(): Xml
    Definition Classes
    BodyParserComponents

Inherited from I18nComponents

Inherited from HttpComponents

Inherited from FileMimeTypesComponents

Inherited from CryptoComponents

Inherited from BodyParserComponents

Inherited from TemporaryFileComponents

Inherited from BaseComponents

Inherited from ConfigurationComponents

Inherited from ApplicationComponents

Inherited from AkkaComponents

Inherited from AnyRef

Inherited from Any

Ungrouped