class GuiceApplicationLoader extends ApplicationLoader

An ApplicationLoader that uses Guice to bootstrap the application.

Subclasses can override the builder and overrides methods.

Source
GuiceApplicationLoader.scala
Linear Supertypes
ApplicationLoader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuiceApplicationLoader
  2. ApplicationLoader
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GuiceApplicationLoader()
  2. new GuiceApplicationLoader(initialBuilder: GuiceApplicationBuilder)

Value Members

  1. final def load(context: Context): Application

    Load an application given the context.

    Load an application given the context.

    Definition Classes
    ApplicationLoader