The environment
The initial configuration. This configuration is not necessarily the same configuration used by the application, as the ApplicationLoader may, through it's own mechanisms, modify it or completely ignore it.
Used to register hooks that run when the application stops.
If an application is loaded in dev mode then this additional context is available.
If an application is loaded in dev mode then this additional context is available.
The environment
The initial configuration.
The initial configuration. This configuration is not necessarily the same configuration used by the application, as the ApplicationLoader may, through it's own mechanisms, modify it or completely ignore it.
Used to register hooks that run when the application stops.
(Since version 2.7.0) Use devContext.map(_.sourceMapper) instead
(Since version 2.7.0) WebCommands are no longer a property of ApplicationLoader.Context; they are available via injection or from the BuiltinComponents trait
The context for loading an application.
The environment
The initial configuration. This configuration is not necessarily the same configuration used by the application, as the ApplicationLoader may, through it's own mechanisms, modify it or completely ignore it.
Used to register hooks that run when the application stops.
If an application is loaded in dev mode then this additional context is available.