Trait

play

BuiltInComponents

Related Doc: package play

Permalink

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

Linear Supertypes
Known Subclasses
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

    Permalink
    Definition Classes
    AkkaComponents
  2. abstract def application(): Application

    Permalink
    Definition Classes
    ApplicationComponents
  3. abstract def applicationLifecycle(): ApplicationLifecycle

    Permalink
    Definition Classes
    BaseComponents
  4. abstract def config(): Config

    Permalink
    Definition Classes
    ConfigurationComponents
  5. abstract def cookieSigner(): CookieSigner

    Permalink
    Definition Classes
    CryptoComponents
  6. abstract def coordinatedShutdown(): CoordinatedShutdown

    Permalink
    Definition Classes
    AkkaComponents
  7. abstract def csrfTokenSigner(): CSRFTokenSigner

    Permalink
    Definition Classes
    CryptoComponents
  8. abstract def environment(): Environment

    Permalink
    Definition Classes
    BaseComponents
  9. abstract def fileMimeTypes(): FileMimeTypes

    Permalink
    Definition Classes
    FileMimeTypesComponents
  10. abstract def httpErrorHandler(): HttpErrorHandler

    Permalink
    Definition Classes
    HttpErrorHandlerComponents
  11. abstract def httpFilters(): List[EssentialFilter]

    Permalink
    Definition Classes
    HttpComponents
  12. abstract def httpRequestHandler(): HttpRequestHandler

    Permalink
    Definition Classes
    HttpComponents
  13. abstract def javaHandlerComponents(): JavaHandlerComponents

    Permalink
    Definition Classes
    HttpComponents
  14. abstract def langs(): Langs

    Permalink
    Definition Classes
    I18nComponents
  15. abstract def router(): Router

    Permalink
    Definition Classes
    BaseComponents
  16. abstract def sourceMapper(): Optional[SourceMapper]

    Permalink
    Definition Classes
    BaseComponents
  17. 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 actionCreator(): ActionCreator

    Permalink
    Definition Classes
    BuiltInComponentsHttpComponents
  5. def anyContentBodyParser(): AnyContent

    Permalink
    Definition Classes
    BodyParserComponents
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bytesBodyParser(): Bytes

    Permalink
    Definition Classes
    BodyParserComponents
  8. def clock(): Clock

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def configuration(): Configuration

    Permalink
    Definition Classes
    ConfigurationComponents
  11. def defaultBodyParser(): Default

    Permalink
    Definition Classes
    BodyParserComponents
  12. def defaultScalaBodyParser(): BodyParser[AnyContent]

    Permalink
    Definition Classes
    BodyParserComponents
  13. def devContext(): Optional[DevContext]

    Permalink
  14. def emptyBodyParser(): Empty

    Permalink
    Definition Classes
    BodyParserComponents
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AkkaComponents
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formUrlEncodedBodyParser(): FormUrlEncoded

    Permalink
    Definition Classes
    BodyParserComponents
  20. final def getClass(): Class[_]

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

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

    Permalink
  25. def jsonBodyParser(): Json

    Permalink
    Definition Classes
    BodyParserComponents
  26. def materializer(): Materializer

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

    Permalink
    Definition Classes
    BuiltInComponentsI18nComponents
  28. def multipartFormDataBodyParser(): MultipartFormData

    Permalink
    Definition Classes
    BodyParserComponents
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def rawBodyParser(): Raw

    Permalink
    Definition Classes
    BodyParserComponents
  33. def scalaBodyParsers(): PlayBodyParsers

    Permalink
    Definition Classes
    BodyParserComponents
  34. def scalaHttpErrorHandler(): HttpErrorHandler

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def textBodyParser(): Text

    Permalink
    Definition Classes
    BodyParserComponents
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def tolerantJsonBodyParser(): TolerantJson

    Permalink
    Definition Classes
    BodyParserComponents
  40. def tolerantTextBodyParser(): TolerantText

    Permalink
    Definition Classes
    BodyParserComponents
  41. def tolerantXmlBodyParser(): TolerantXml

    Permalink
    Definition Classes
    BodyParserComponents
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def webCommands(): WebCommands

    Permalink
  46. def xmlBodyParser(): Xml

    Permalink
    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