| Interface | Description |
|---|---|
| Application |
A Play application.
|
| ApplicationLoader |
Loads an application.
|
| BuiltInComponents |
Helper to provide the Play built in components.
|
| LoggerConfigurator |
Runs through underlying logger configuration.
|
| Class | Description |
|---|---|
| ApplicationLoader.Context |
The context for loading an application.
|
| BuiltInComponentsFromContext |
Helper that provides all the built in Java components dependencies from the application loader
context.
|
| Configuration | Deprecated
As of release 2.6.0.
|
| DefaultApplication |
Default implementation of a Play Application.
|
| Environment |
The environment for the application.
|
| Logger |
High level API for logging operations.
|
| Logger.ALogger |
Typical logger interface
|
| Play | Deprecated
Please use dependency injection.
|
| Enum | Description |
|---|---|
| Mode |
Application mode, either `DEV`, `TEST`, or `PROD`.
|