class GuiceApplicationLoader extends ApplicationLoader
Ordering
- Alphabetic
- By Inheritance
Inherited
- GuiceApplicationLoader
- ApplicationLoader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GuiceApplicationLoader()
- new GuiceApplicationLoader(initialBuilder: GuiceApplicationBuilder)
Value Members
- final def load(context: Context): Application
Load an application given the context.
Load an application given the context.
- Definition Classes
- → ApplicationLoader
An ApplicationLoader that uses Guice to bootstrap the application.
Subclasses can override the
builder
andoverrides
methods.