play

sbt

package sbt

Visibility
  1. Public
  2. All

Type Members

  1. trait PlayInteractionMode extends AnyRef

  2. trait PlayNonBlockingInteractionMode extends PlayInteractionMode

    Marker trait to signify a non blocking interaction mode.

  3. trait PlayRunHook extends RunHook

    The represents an object which "hooks into" play run, and is used to apply startup/cleanup actions around a play application.

Value Members

  1. object ApplicationSecretGenerator

    Provides tasks for generating and updating application secrets

  2. object Colors

  3. object Play extends AutoPlugin

    Base plugin for Play projects.

  4. object PlayAkkaHttpServer extends AutoPlugin

    This plugin enables the Play akka http server

  5. object PlayCommands

  6. object PlayConsoleInteractionMode extends PlayInteractionMode

    Default behavior for interaction mode is to wait on jline.

  7. object PlayExceptions

  8. object PlayImport

    Declares the default imports for Play plugins.

  9. object PlayInternalKeys

  10. object PlayJava extends AutoPlugin

    The main plugin for Play Java projects.

  11. object PlayLayoutPlugin extends AutoPlugin

  12. object PlayLogback extends AutoPlugin

    This plugin enables Play Logback

  13. object PlayNettyServer extends AutoPlugin

    This plugin enables the Play netty http server

  14. object PlayRunHook

  15. object PlayScala extends AutoPlugin

    The main plugin for Play Scala projects.

  16. object PlaySettings

  17. object StaticPlayNonBlockingInteractionMode extends PlayNonBlockingInteractionMode

    Simple implementation of the non blocking interaction mode that simply stores the current application in a static variable.

  18. package routes

  19. package run

Ungrouped