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(): api.Configuration

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

    Permalink
  16. def csrfTokenSigner(): CSRFTokenSigner

    Permalink
  17. def defaultBodyParser(): Default

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

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

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

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

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

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

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

    Permalink
  25. def finalize(): Unit

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

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

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

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

    Permalink
  30. def httpErrorHandler(): HttpErrorHandler

    Permalink
  31. def httpRequestHandler(): HttpRequestHandler

    Permalink
  32. final def isInstanceOf[T0]: Boolean

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

    Permalink
  34. def javaHandlerComponents(): MappedJavaHandlerComponents

    Permalink
  35. def jsonBodyParser(): Json

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

    Permalink
  37. def materializer(): Materializer

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  50. def textBodyParser(): Text

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. 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