ApplicationProvider

play.core.ApplicationProvider
See theApplicationProvider companion object

Provides information about a Play Application running inside a Play server.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Get the application. In dev mode this lazily loads 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.

Attributes

Deprecated methods

Handle a request directly, without using the application.

Handle a request directly, without using the application.

Attributes

Deprecated
true