ApplicationLoader

uk.gov.hmrc.play.bootstrap.ApplicationLoader
class ApplicationLoader extends GuiceApplicationLoader, Base64ConfigDecoder

Attributes

Graph
Supertypes
class GuiceApplicationLoader
trait ApplicationLoader
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def builder(context: Context): GuiceApplicationBuilder

Construct a builder to use for loading the given context.

Construct a builder to use for loading the given context.

Attributes

Definition Classes
GuiceApplicationLoader

Inherited methods

protected def decodeConfig(configuration: Configuration): Configuration

Attributes

Inherited from:
Base64ConfigDecoder
final override def load(context: Context): Application

Load an application given the context.

Load an application given the context.

Attributes

Definition Classes
GuiceApplicationLoader -> ApplicationLoader
Inherited from:
GuiceApplicationLoader