Interface | Description |
---|---|
Application |
A Play application.
|
ApplicationLoader |
Loads an application.
|
BuiltInComponents |
Helper to provide the Play built in components.
|
LoggerConfigurator |
Runs through underlying logger configuration.
|
Class | Description |
---|---|
ApplicationLoader.Context |
The context for loading an application.
|
BuiltInComponentsFromContext |
Helper that provides all the built in Java components dependencies from the application loader
context.
|
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
|
Enum | Description |
---|---|
Mode |
Application mode, either `DEV`, `TEST`, or `PROD`.
|