| Interface | Description |
|---|---|
| Application |
A Play application.
|
| ApplicationLoader |
Loads an application.
|
| Class | Description |
|---|---|
| ApplicationLoader.Context |
The context for loading an application.
|
| Configuration |
The current application configuration.
|
| DefaultApplication |
Default implementation of a Play Application.
|
| Environment |
The environment for the application.
|
| GlobalSettings |
GlobalSettings is instantiated by the framework when an application starts, to let you perform specific tasks
at start-up or shut-down.
|
| Logger |
High level API for logging operations.
|
| Logger.ALogger |
Typical logger interface
|
| Play |
High-level API to access Play global features.
|
| Plugin | Deprecated
Use modules instead
|
| Routes |
Helper utilities related to `Router`.
|
| Enum | Description |
|---|---|
| Mode |
Application mode, either `DEV`, `TEST`, or `PROD`.
|