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 | Deprecated
This class is deprecated in 2.5.0.
|
Logger |
High level API for logging operations.
|
Logger.ALogger |
Typical logger interface
|
Play | Deprecated
Please use dependency injection.
|
Routes | Deprecated
as of 2.5.
|
Enum | Description |
---|---|
Mode |
Application mode, either `DEV`, `TEST`, or `PROD`.
|