Get the application.
Get the application. In dev mode this lazily loads the application.
NOTE: This should be called once per request. Calling multiple times may result in multiple compilations.
Handle a request directly, without using the application.
Get the currently loaded application.
Get the currently loaded application. May be empty in dev mode because of compile failure or before first load.
(Since version 2.6.13) Use ApplicationProvider.get instead
Provides information about a Play Application running inside a Play server.