Class

play

BuiltInComponentsFromContext

Related Doc: package play

Permalink

abstract class BuiltInComponentsFromContext extends BuiltInComponents

Linear Supertypes
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)

    Permalink

Abstract Value Members

  1. abstract def httpFilters(): Array[EssentialFilter]

    Permalink
    Definition Classes
    HttpComponents
  2. abstract def router(): Router

    Permalink
    Definition Classes
    BaseComponents

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 actionCreator(): ActionCreator

    Permalink
    Definition Classes
    BuiltInComponentsHttpComponents
  5. def actorSystem(): ActorSystem

    Permalink
  6. def application(): Application

    Permalink
  7. def applicationLifecycle(): ApplicationLifecycle

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clock(): Clock

    Permalink
    Definition Classes
    CryptoComponents
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def config(): Config

    Permalink
  12. def configuration(): api.Configuration

    Permalink
    Definition Classes
    ConfigurationComponents
  13. def cookieSigner(): CookieSigner

    Permalink
  14. def csrfTokenSigner(): CSRFTokenSigner

    Permalink
  15. def environment(): Environment

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

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

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

    Permalink
    Definition Classes
    AkkaComponents
  19. def fileMimeTypes(): FileMimeTypes

    Permalink
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def httpConfiguration(): HttpConfiguration

    Permalink
  24. def httpErrorHandler(): HttpErrorHandler

    Permalink
  25. def httpRequestHandler(): HttpRequestHandler

    Permalink
  26. def injector(): Injector

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def javaContextComponents(): JavaContextComponents

    Permalink
  29. def langs(): Langs

    Permalink
  30. def materializer(): Materializer

    Permalink
    Definition Classes
    AkkaComponents
  31. def messagesApi(): MessagesApi

    Permalink
    Definition Classes
    BuiltInComponentsI18nComponents
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def scalaHttpErrorHandler(): HttpErrorHandler

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

    Permalink
    Definition Classes
    HttpConfigurationComponents
  37. def sourceMapper(): Optional[SourceMapper]

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def tempFileCreator(): TemporaryFileCreator

    Permalink
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

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

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

    Permalink
    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