play

core

package core

Visibility
  1. Public
  2. All

Type Members

  1. trait ApplicationProvider extends AnyRef

    Provides information about a Play Application running inside a Play server.

  2. class DefaultWebCommands extends WebCommands

    Default implementation of web commands.

    Default implementation of web commands.

    Annotations
    @Singleton()
  3. case class DynamicPart(name: String, constraint: String, encodeable: Boolean) extends PathPart with Product with Serializable

  4. trait HandleWebCommandSupport extends AnyRef

  5. case class NamedThreadFactory(name: String) extends ThreadFactory with Product with Serializable

    Thread factory that creates threads that are named.

    Thread factory that creates threads that are named. Threads will be named with the format:

    {name}-{threadNo}

    where threadNo is an integer starting from one.

  6. class ObjectMapperModule extends Module

    Module that injects an object mapper to the JSON library on start and on stop.

    Module that injects an object mapper to the JSON library on start and on stop.

    This solves the issue of the ObjectMapper cache from holding references to the application class loader between reloads.

  7. class ObjectMapperProvider extends Provider[ObjectMapper]

    Annotations
    @Singleton()
  8. trait PathPart extends AnyRef

  9. case class PathPattern(parts: Seq[PathPart]) extends Product with Serializable

  10. class ReloadableApplication extends ApplicationProvider

    Represents an application that can be reloaded in Dev Mode.

  11. trait SourceMapper extends AnyRef

    provides source code to be displayed on error pages

  12. class StaticApplication extends ApplicationProvider

    creates and initializes an Application

  13. case class StaticPart(value: String) extends PathPart with Product with Serializable

  14. class TestApplication extends ApplicationProvider

    wraps and starts a fake application (used in tests)

  15. trait WebCommands extends AnyRef

    Handlers for web commands.

Value Members

  1. object Router

    provides Play's router implementation

  2. package actions

  3. package j

  4. package parsers

  5. package server

  6. package utils

  7. package websocket

Ungrouped