Package play

Interface BuiltInComponents

    • Method Detail

      • webCommands

        default play.core.WebCommands webCommands()
        Commands that intercept requests before the rest of the application handles them. Used by Evolutions.
        Returns:
        the application web commands.
      • devContext

        default Optional<play.api.ApplicationLoader.DevContext> devContext()
        Helper to interact with the Play build environment. Only available in dev mode.