Interface | Description |
---|---|
Application |
A Play application.
|
ApplicationLoader |
Loads an application.
|
Class | Description |
---|---|
ApplicationLoader.Context |
The context for loading an application.
|
Configuration | Deprecated
Use Config instead.
|
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`.
|