Locate the modules from the environment.
Locate the modules from the environment.
Loads all modules specified by the play.modules.enabled property, minus the modules specified by the
play.modules.disabled property. If the modules have constructors that take an Environment
and a
Configuration
, then these constructors are called first; otherwise default constructors are called.
The environment.
The configuration.
A sequence of objects. This method makes no attempt to cast or check the types of the modules being loaded, allowing ApplicationLoader implementations to reuse the same mechanism to load modules specific to them.
Locates and loads modules from the Play environment.