Interface BaseComponents

All Superinterfaces:
ConfigurationComponents
All Known Subinterfaces:
BuiltInComponents
All Known Implementing Classes:
BuiltInComponentsFromContext, ContextBasedBuiltInComponents, RoutingDslComponentsFromContext

public interface BaseComponents extends ConfigurationComponents
  • 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()