Packages

p

play

package play

Play framework.

Play

http://www.playframework.com

Linear Supertypes

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 components
  3. package controllers
  4. package core
  5. package http
  6. package i18n
  7. package inject
  8. package libs
  9. package mvc
  10. package routing
  11. package server
  12. package utils

Inherited from AnyRef

Inherited from Any

Ungrouped