Packages

  • package root
    Definition Classes
    root
  • package play

    Play framework.

    Play framework.

    Play

    http://www.playframework.com

    Definition Classes
    root
  • package api

    Contains the public API for Scala developers.

    Contains the public API for Scala developers.

    Read configuration
    val poolSize = configuration.getInt("engine.pool.size")
    Use the logger
    Logger.info("Hello!")
    Define a Plugin
    class MyPlugin(app: Application) extends Plugin
    Create adhoc applications (for testing)
    val application = Application(new File("."), this.getClass.getClassloader, None, Play.Mode.DEV)
  • package cluster
  • package core
  • package filters
  • package routing
  • package server
  • package twirl
  • package utils
p

play

package play

Play framework.

Play

http://www.playframework.com

Source
package.scala
Linear Supertypes
AnyRef, Any

Package Members

  1. package api

    Contains the public API for Scala developers.

    Contains the public API for Scala developers.

    Read configuration
    val poolSize = configuration.getInt("engine.pool.size")
    Use the logger
    Logger.info("Hello!")
    Define a Plugin
    class MyPlugin(app: Application) extends Plugin
    Create adhoc applications (for testing)
    val application = Application(new File("."), this.getClass.getClassloader, None, Play.Mode.DEV)
  2. package cluster
  3. package core
  4. package filters
  5. package routing
  6. package server
  7. package twirl
  8. package utils

Inherited from AnyRef

Inherited from Any

Ungrouped