| Class | Description |
|---|---|
| Application |
A Play application.
|
| Configuration |
The current application configuration.
|
| 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.
|
| PlayInternal |
Play internal global API.
|
| Plugin |
A Play plugin.
|
| Routes |
Helper utilities related to `Router`.
|
| Enum | Description |
|---|---|
| Mode |
Application mode, either `DEV`, `TEST`, or `PROD`.
|