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. I18nComponents
  4. HttpComponents
  5. FileMimeTypesComponents
  6. CryptoComponents
  7. BodyParserComponents
  8. TemporaryFileComponents
  9. HttpConfigurationComponents
  10. HttpErrorHandlerComponents
  11. BaseComponents
  12. ConfigurationComponents
  13. ApplicationComponents
  14. AkkaComponents
  15. AnyRef
  16. 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(): List[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 anyContentBodyParser(): AnyContent

    Permalink
    Definition Classes
    BodyParserComponents
  7. def application(): Application

    Permalink
  8. def applicationLifecycle(): ApplicationLifecycle

    Permalink
  9. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
  14. def configuration(): Configuration

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

    Permalink
  16. def coordinatedShutdown(): CoordinatedShutdown

    Permalink
  17. def csrfTokenSigner(): CSRFTokenSigner

    Permalink
  18. def defaultBodyParser(): Default

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

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

    Permalink
    Definition Classes
    BodyParserComponents
  21. def environment(): Environment

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

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

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

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

    Permalink
  26. def finalize(): Unit

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

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

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

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

    Permalink
  31. def httpErrorHandler(): HttpErrorHandler

    Permalink
  32. def httpRequestHandler(): HttpRequestHandler

    Permalink
  33. final def isInstanceOf[T0]: Boolean

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

    Permalink
  35. def javaHandlerComponents(): MappedJavaHandlerComponents

    Permalink
  36. def jsonBodyParser(): Json

    Permalink
    Definition Classes
    BodyParserComponents
  37. def langs(): Langs

    Permalink
  38. def materializer(): Materializer

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  51. def textBodyParser(): Text

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def xmlBodyParser(): Xml

    Permalink
    Definition Classes
    BodyParserComponents

Inherited from BuiltInComponents

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