Package

play

Permalink

package play

Play framework.

Play

http://www.playframework.com

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. play
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. package api

    Permalink

    Contains the public API for Scala developers.

    Contains the public API for Scala developers.

    Access the current Play application
    import play.api.Play.current
    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 core

    Permalink
  3. package filters

    Permalink
  4. package libs

    Permalink
  5. package server

    Permalink
  6. package twirl

    Permalink
  7. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped