Packages

c

play

BuiltInComponentsFromContext

abstract class BuiltInComponentsFromContext extends BuiltInComponents

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

Instance Constructors

  1. new BuiltInComponentsFromContext(context: Context)

Abstract Value Members

  1. abstract def httpFilters(): Array[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
  5. def actorSystem(): ActorSystem
  6. def application(): Application
  7. def applicationLifecycle(): ApplicationLifecycle
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clock(): Clock
    Definition Classes
    CryptoComponents
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def config(): Config
  12. def configuration(): api.Configuration
    Definition Classes
    ConfigurationComponents
  13. def cookieSigner(): CookieSigner
  14. def csrfTokenSigner(): CSRFTokenSigner
  15. def environment(): Environment
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def executionContext(): ExecutionContext
    Definition Classes
    AkkaComponents
  19. def fileMimeTypes(): FileMimeTypes
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. def httpConfiguration(): HttpConfiguration
  24. def httpErrorHandler(): HttpErrorHandler
  25. def httpRequestHandler(): HttpRequestHandler
  26. def injector(): Injector
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def javaContextComponents(): JavaContextComponents
  29. def langs(): Langs
  30. def materializer(): Materializer
    Definition Classes
    AkkaComponents
  31. def messagesApi(): MessagesApi
    Definition Classes
    BuiltInComponentsI18nComponents
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  35. def scalaHttpErrorHandler(): HttpErrorHandler
    Definition Classes
    HttpErrorHandlerComponents
  36. def sessionConfiguration(): SessionConfiguration
    Definition Classes
    HttpConfigurationComponents
  37. def sourceMapper(): Optional[SourceMapper]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def tempFileCreator(): TemporaryFileCreator
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  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
    @throws( ... )

Inherited from BuiltInComponents

Inherited from TemporaryFileComponents

Inherited from CryptoComponents

Inherited from I18nComponents

Inherited from FileMimeTypesComponents

Inherited from HttpComponents

Inherited from AkkaComponents

Inherited from ApplicationComponents

Inherited from BaseComponents

Inherited from ConfigurationComponents

Inherited from AnyRef

Inherited from Any

Ungrouped