GuiceApplicationLoader

play.api.inject.guice.GuiceApplicationLoader
See theGuiceApplicationLoader companion object

An ApplicationLoader that uses Guice to bootstrap the application.

Subclasses can override the builder and overrides methods.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this()

Concrete methods

final override def load(context: Context): Application

Load an application given the context.

Load an application given the context.

Attributes

Definition Classes