play.api
Members list
Type members
Classlikes
A config loader
A config loader
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConfigLoader[A]
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConfigLoader.type
This object provides a set of operations to create Configuration values.
This object provides a set of operations to create Configuration values.
For example, to load a Configuration in a running application:
val config = Configuration.load()
val foo = config.getString("foo").getOrElse("boo")
The underlying implementation is provided by https://github.com/lightbend/config.
Attributes
- Companion
- class
- Supertypes
- Self type
-
Configuration.type
A full configuration set.
A full configuration set.
The underlying implementation is provided by https://github.com/lightbend/config.
Value parameters
- underlying
-
the underlying Config implementation
Attributes
- Companion
- object
- Supertypes
The environment for the application.
The environment for the application.
Captures concerns relating to the classloader and the filesystem for the application.
Value parameters
- classLoader
-
The classloader that all application classes and resources can be loaded from.
- mode
-
The mode of the application.
- rootPath
-
The root path that the application is deployed at.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
- Self type
-
Environment.type