Package play.components
Interface BaseComponents
- All Superinterfaces:
ConfigurationComponents
- All Known Subinterfaces:
BuiltInComponents
- All Known Implementing Classes:
BuiltInComponentsFromContext,ContextBasedBuiltInComponents,RoutingDslComponentsFromContext
-
Method Summary
Methods inherited from interface play.components.ConfigurationComponents
config, configuration
-
Method Details
-
environment
Environment environment()The application environment.- Returns:
- an instance of the application environment
-
sourceMapper
Optional<play.core.SourceMapper> sourceMapper() -
applicationLifecycle
ApplicationLifecycle applicationLifecycle() -
router
Router router()
-