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 csrfTokenSigner(): CSRFTokenSigner

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BaseComponents
  16. 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(): api.Configuration

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

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

    Permalink
    Definition Classes
    BodyParserComponents
  13. def emptyBodyParser(): Empty

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

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

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

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

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

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

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

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

    Permalink
  22. final def isInstanceOf[T0]: Boolean

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

    Permalink
  24. def jsonBodyParser(): Json

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BodyParserComponents
  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( ... )
  44. 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