public interface ApplicationLoader
GuiceApplicationLoader
and the Scala implementation is GuiceApplicationLoader
.
A custom application loader can be configured using the `application.loader` configuration property.
Implementations must define a no-arg constructor.Modifier and Type | Interface and Description |
---|---|
static class |
ApplicationLoader.Context
The context for loading an application.
|
Modifier and Type | Method and Description |
---|---|
Application |
load(ApplicationLoader.Context context)
Load an application given the context.
|
Application load(ApplicationLoader.Context context)
context
- the context the apps hould be loaded into