play

package play

Play framework.

== Play == http://www.playframework.com

Attributes

Members list

Packages

package play.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)

Attributes

package play.core
package play.server.api
package play.utils