Package

play

Permalink

package play

Play framework.

Play

http://www.playframework.com

Linear Supertypes
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 components

    Permalink
  3. package controllers

    Permalink
  4. package core

    Permalink
  5. package http

    Permalink
  6. package i18n

    Permalink
  7. package inject

    Permalink
  8. package libs

    Permalink
  9. package mvc

    Permalink
  10. package routing

    Permalink
  11. package server

    Permalink
  12. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped