Interface | Description |
---|---|
Application |
A Play application.
|
Class | Description |
---|---|
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`.
|