Packages

c

play

BuiltInComponentsFromContext

abstract class BuiltInComponentsFromContext extends ContextBasedBuiltInComponents

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuiltInComponentsFromContext
  2. ContextBasedBuiltInComponents
  3. BuiltInComponents
  4. I18nComponents
  5. HttpComponents
  6. FileMimeTypesComponents
  7. CryptoComponents
  8. BodyParserComponents
  9. TemporaryFileComponents
  10. HttpConfigurationComponents
  11. HttpErrorHandlerComponents
  12. BaseComponents
  13. ConfigurationComponents
  14. ApplicationComponents
  15. AkkaTypedComponents
  16. AkkaComponents
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BuiltInComponentsFromContext(context: Context)

Abstract Value Members

  1. abstract def httpFilters(): List[EssentialFilter]
    Definition Classes
    HttpComponents
  2. abstract def router(): Router
    Definition Classes
    BaseComponents

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
    Annotations
    @Override()
  5. def actorSystem(): ActorSystem
    Definition Classes
    ContextBasedBuiltInComponentsAkkaTypedComponentsAkkaComponents
    Annotations
    @Override()
  6. def anyContentBodyParser(): AnyContent
    Definition Classes
    BodyParserComponents
  7. def application(): Application
    Definition Classes
    ContextBasedBuiltInComponentsApplicationComponents
    Annotations
    @Override()
  8. def applicationLifecycle(): ApplicationLifecycle
    Definition Classes
    ContextBasedBuiltInComponentsBaseComponents
    Annotations
    @Override()
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bytesBodyParser(): Bytes
    Definition Classes
    BodyParserComponents
  11. def clock(): Clock
    Definition Classes
    CryptoComponents
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  13. def config(): Config
    Definition Classes
    ContextBasedBuiltInComponentsConfigurationComponents
    Annotations
    @Override()
  14. def configuration(): Configuration
    Definition Classes
    ConfigurationComponents
  15. def context(): Context
    Definition Classes
    BuiltInComponentsFromContextContextBasedBuiltInComponents
    Annotations
    @Override()
  16. def cookieSigner(): CookieSigner
    Definition Classes
    ContextBasedBuiltInComponentsCryptoComponents
    Annotations
    @Override()
  17. def coordinatedShutdown(): CoordinatedShutdown
    Definition Classes
    ContextBasedBuiltInComponentsAkkaComponents
    Annotations
    @Override()
  18. def csrfTokenSigner(): CSRFTokenSigner
    Definition Classes
    ContextBasedBuiltInComponentsCryptoComponents
    Annotations
    @Override()
  19. def defaultBodyParser(): Default
    Definition Classes
    BodyParserComponents
  20. def defaultScalaBodyParser(): BodyParser[AnyContent]
    Definition Classes
    BodyParserComponents
  21. def devContext(): Optional[DevContext]
    Definition Classes
    ContextBasedBuiltInComponentsBuiltInComponents
    Annotations
    @Override()
  22. def emptyBodyParser(): Empty
    Definition Classes
    BodyParserComponents
  23. def environment(): Environment
    Definition Classes
    ContextBasedBuiltInComponentsBaseComponents
    Annotations
    @Override()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def executionContext(): ExecutionContext
    Definition Classes
    AkkaComponents
  27. def fileMimeTypes(): FileMimeTypes
    Definition Classes
    ContextBasedBuiltInComponentsFileMimeTypesComponents
    Annotations
    @Override()
  28. def formUrlEncodedBodyParser(): FormUrlEncoded
    Definition Classes
    BodyParserComponents
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. def httpConfiguration(): HttpConfiguration
    Definition Classes
    BuiltInComponentsHttpConfigurationComponents
    Annotations
    @Override()
  32. def httpErrorHandler(): HttpErrorHandler
    Definition Classes
    ContextBasedBuiltInComponentsHttpErrorHandlerComponents
    Annotations
    @Override()
  33. def httpRequestHandler(): HttpRequestHandler
    Definition Classes
    ContextBasedBuiltInComponentsHttpComponents
    Annotations
    @Override()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def javaHandlerComponents(): MappedJavaHandlerComponents
    Definition Classes
    ContextBasedBuiltInComponentsHttpComponents
    Annotations
    @Override()
  36. def jsonBodyParser(): Json
    Definition Classes
    BodyParserComponents
  37. def langs(): Langs
    Definition Classes
    ContextBasedBuiltInComponentsI18nComponents
    Annotations
    @Override()
  38. def materializer(): Materializer
    Definition Classes
    AkkaComponents
  39. def messagesApi(): MessagesApi
    Definition Classes
    BuiltInComponentsI18nComponents
    Annotations
    @Override()
  40. def multipartFormDataBodyParser(): MultipartFormData
    Definition Classes
    BodyParserComponents
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  44. def rawBodyParser(): Raw
    Definition Classes
    BodyParserComponents
  45. def scalaBodyParsers(): PlayBodyParsers
    Definition Classes
    BodyParserComponents
  46. def scalaHttpErrorHandler(): HttpErrorHandler
    Definition Classes
    HttpErrorHandlerComponents
  47. def scheduler(): Scheduler
    Definition Classes
    AkkaTypedComponents
  48. def sessionConfiguration(): SessionConfiguration
    Definition Classes
    HttpConfigurationComponents
  49. def sourceMapper(): Optional[SourceMapper]
    Definition Classes
    ContextBasedBuiltInComponentsBaseComponents
    Annotations
    @Override()
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def tempFileCreator(): TemporaryFileCreator
    Definition Classes
    ContextBasedBuiltInComponentsTemporaryFileComponents
    Annotations
    @Override()
  52. def textBodyParser(): Text
    Definition Classes
    BodyParserComponents
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def tolerantJsonBodyParser(): TolerantJson
    Definition Classes
    BodyParserComponents
  55. def tolerantTextBodyParser(): TolerantText
    Definition Classes
    BodyParserComponents
  56. def tolerantXmlBodyParser(): TolerantXml
    Definition Classes
    BodyParserComponents
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. def webCommands(): WebCommands
    Definition Classes
    ContextBasedBuiltInComponentsBuiltInComponents
    Annotations
    @Override()
  61. def xmlBodyParser(): Xml
    Definition Classes
    BodyParserComponents

Deprecated Value Members

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

    (Since version 9)

  2. def javaContextComponents(): JavaContextComponents
    Definition Classes
    BuiltInComponentsHttpErrorHandlerComponents
    Annotations
    @Deprecated @Override()
    Deprecated

Inherited from BuiltInComponents

Inherited from I18nComponents

Inherited from HttpComponents

Inherited from CryptoComponents

Inherited from BodyParserComponents

Inherited from BaseComponents

Inherited from ApplicationComponents

Inherited from AkkaTypedComponents

Inherited from AkkaComponents

Inherited from AnyRef

Inherited from Any

Ungrouped