Class

play.modules.reactivemongo

ReactiveMongoApiFromContext

Related Doc: package reactivemongo

Permalink

abstract class ReactiveMongoApiFromContext extends api.BuiltInComponentsFromContext with ReactiveMongoApiComponents

Can be used for a custom application loader.

import play.api.ApplicationLoader

class MyApplicationLoader extends ApplicationLoader {
  def load(context: ApplicationLoader.Context) =
    new MyComponents(context).application
}

class MyComponents(context: ApplicationLoader.Context)
    extends ReactiveMongoApiFromContext(context) {
  lazy val router = play.api.routing.Router.empty
}
Linear Supertypes
ReactiveMongoApiComponents, api.BuiltInComponentsFromContext, api.BuiltInComponents, I18nComponents, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactiveMongoApiFromContext
  2. ReactiveMongoApiComponents
  3. BuiltInComponentsFromContext
  4. BuiltInComponents
  5. I18nComponents
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReactiveMongoApiFromContext(context: Context)

    Permalink
  2. new ReactiveMongoApiFromContext(context: Context, name: String)

    Permalink

Abstract Value Members

  1. abstract def httpFilters: Seq[EssentialFilter]

    Permalink
    Definition Classes
    BuiltInComponents
  2. abstract def router: Router

    Permalink
    Definition Classes
    BuiltInComponents

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReactiveMongoApiFromContext to any2stringadd[ReactiveMongoApiFromContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ReactiveMongoApiFromContext, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReactiveMongoApiFromContext to ArrowAssoc[ReactiveMongoApiFromContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def Action: DefaultActionBuilder

    Permalink
    Attributes
    protected
    Definition Classes
    BuiltInComponents
  7. lazy val actorSystem: ActorSystem

    Permalink
    Definition Classes
    BuiltInComponents
  8. lazy val application: api.Application

    Permalink
    Definition Classes
    BuiltInComponents
  9. lazy val applicationLifecycle: ApplicationLifecycle

    Permalink
    Definition Classes
    BuiltInComponentsFromContext → BuiltInComponents
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

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

    Permalink
    Definition Classes
    BuiltInComponentsFromContext → BuiltInComponents → I18nComponents
  13. lazy val controllerComponents: ControllerComponents

    Permalink
    Definition Classes
    BuiltInComponentsFromContext
  14. lazy val cookieSigner: CookieSigner

    Permalink
    Definition Classes
    BuiltInComponents
  15. lazy val csrfTokenSigner: CSRFTokenSigner

    Permalink
    Definition Classes
    BuiltInComponents
  16. lazy val dbName: String

    Permalink

    The name of the database

    The name of the database

    Definition Classes
    ReactiveMongoApiFromContextReactiveMongoApiComponents
  17. lazy val defaultActionBuilder: DefaultActionBuilder

    Permalink
    Definition Classes
    BuiltInComponents
  18. lazy val defaultBodyParser: BodyParser[AnyContent]

    Permalink
    Definition Classes
    BuiltInComponents
  19. def ensuring(cond: (ReactiveMongoApiFromContext) ⇒ Boolean, msg: ⇒ Any): ReactiveMongoApiFromContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReactiveMongoApiFromContext to Ensuring[ReactiveMongoApiFromContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (ReactiveMongoApiFromContext) ⇒ Boolean): ReactiveMongoApiFromContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReactiveMongoApiFromContext to Ensuring[ReactiveMongoApiFromContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): ReactiveMongoApiFromContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReactiveMongoApiFromContext to Ensuring[ReactiveMongoApiFromContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): ReactiveMongoApiFromContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReactiveMongoApiFromContext to Ensuring[ReactiveMongoApiFromContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. lazy val environment: api.Environment

    Permalink
    Definition Classes
    BuiltInComponentsFromContext → BuiltInComponents → I18nComponents
  24. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. implicit lazy val executionContext: ExecutionContext

    Permalink
    Definition Classes
    BuiltInComponents
  27. lazy val fileMimeTypes: FileMimeTypes

    Permalink
    Definition Classes
    BuiltInComponents
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReactiveMongoApiFromContext to StringFormat[ReactiveMongoApiFromContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. lazy val httpConfiguration: HttpConfiguration

    Permalink
    Definition Classes
    BuiltInComponents → I18nComponents
  33. lazy val httpErrorHandler: HttpErrorHandler

    Permalink
    Definition Classes
    BuiltInComponents
  34. lazy val httpRequestHandler: HttpRequestHandler

    Permalink
    Definition Classes
    BuiltInComponents
  35. lazy val injector: Injector

    Permalink
    Definition Classes
    BuiltInComponents
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. lazy val javaContextComponents: JavaContextComponents

    Permalink
    Definition Classes
    BuiltInComponents
  38. lazy val langs: Langs

    Permalink
    Definition Classes
    I18nComponents
  39. implicit lazy val materializer: Materializer

    Permalink
    Definition Classes
    BuiltInComponents
  40. lazy val messagesApi: MessagesApi

    Permalink
    Definition Classes
    I18nComponents
  41. val name: String

    Permalink

    The instance name (default: default)

    The instance name (default: default)

    Definition Classes
    ReactiveMongoApiFromContextReactiveMongoApiComponents
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def parse: PlayBodyParsers

    Permalink
    Attributes
    protected
    Definition Classes
    BuiltInComponents
  46. lazy val parsedUri: ParsedURI

    Permalink

    The connection URI

    The connection URI

    Definition Classes
    ReactiveMongoApiFromContextReactiveMongoApiComponents
  47. lazy val playBodyParsers: PlayBodyParsers

    Permalink
    Definition Classes
    BuiltInComponents
  48. lazy val reactiveMongoApi: ReactiveMongoApi

    Permalink

    The API initialized according the current configuration

    The API initialized according the current configuration

    Definition Classes
    ReactiveMongoApiComponents
  49. lazy val requestFactory: RequestFactory

    Permalink
    Definition Classes
    BuiltInComponents
  50. lazy val sourceMapper: Option[SourceMapper]

    Permalink
    Definition Classes
    BuiltInComponentsFromContext → BuiltInComponents
  51. lazy val strictMode: Boolean

    Permalink

    Indicated whether the parsedUri must be strictly interpreted

    Indicated whether the parsedUri must be strictly interpreted

    Definition Classes
    ReactiveMongoApiFromContextReactiveMongoApiComponents
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. lazy val tempFileCreator: TemporaryFileCreator

    Permalink
    Definition Classes
    BuiltInComponents
  54. lazy val tempFileReaper: TemporaryFileReaper

    Permalink
    Definition Classes
    BuiltInComponents
  55. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  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. lazy val webCommands: WebCommands

    Permalink
    Definition Classes
    BuiltInComponentsFromContext → BuiltInComponents
  60. def [B](y: B): (ReactiveMongoApiFromContext, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReactiveMongoApiFromContext to ArrowAssoc[ReactiveMongoApiFromContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from api.BuiltInComponentsFromContext

Inherited from api.BuiltInComponents

Inherited from I18nComponents

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ReactiveMongoApiFromContext to any2stringadd[ReactiveMongoApiFromContext]

Inherited by implicit conversion StringFormat from ReactiveMongoApiFromContext to StringFormat[ReactiveMongoApiFromContext]

Inherited by implicit conversion Ensuring from ReactiveMongoApiFromContext to Ensuring[ReactiveMongoApiFromContext]

Inherited by implicit conversion ArrowAssoc from ReactiveMongoApiFromContext to ArrowAssoc[ReactiveMongoApiFromContext]

Ungrouped